fixed conflict
This commit is contained in:
commit
798d642d66
7 changed files with 75 additions and 80 deletions
|
|
@ -1,74 +0,0 @@
|
|||
-- This file has been generated from package.yaml by hpack version 0.28.2.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 8096688bf99aec489ca869a3375d3474da0528acd8ea5ebdf3092cc33518dcbc
|
||||
|
||||
name: image-triangles
|
||||
version: 0.1.0.0
|
||||
description: Please see the README on GitHub at <https://github.com/jackoe/image-triangles#readme>
|
||||
homepage: https://github.com/jackoe/image-triangles#readme
|
||||
bug-reports: https://github.com/jackoe/image-triangles/issues
|
||||
author: Jack Wines
|
||||
maintainer: jack@winesj.com
|
||||
copyright: 2018 Jack Wines
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
build-type: Simple
|
||||
cabal-version: >= 1.10
|
||||
extra-source-files:
|
||||
ChangeLog.md
|
||||
README.md
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/jackoe/image-triangles
|
||||
|
||||
library
|
||||
exposed-modules:
|
||||
Lib
|
||||
Render
|
||||
other-modules:
|
||||
Paths_image_triangles
|
||||
hs-source-dirs:
|
||||
src
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, diagrams
|
||||
, diagrams-lib
|
||||
, diagrams-svg
|
||||
, hip
|
||||
default-language: Haskell2010
|
||||
|
||||
executable image-triangles-exe
|
||||
main-is: Main.hs
|
||||
other-modules:
|
||||
Paths_image_triangles
|
||||
hs-source-dirs:
|
||||
app
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, diagrams
|
||||
, diagrams-lib
|
||||
, diagrams-svg
|
||||
, hip
|
||||
, image-triangles
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite image-triangles-test
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: Spec.hs
|
||||
other-modules:
|
||||
Paths_image_triangles
|
||||
hs-source-dirs:
|
||||
test
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, diagrams
|
||||
, diagrams-lib
|
||||
, diagrams-svg
|
||||
, hip
|
||||
, image-triangles
|
||||
default-language: Haskell2010
|
||||
Loading…
Add table
Add a link
Reference in a new issue