fixed stack

This commit is contained in:
Jack Wines 2018-11-25 21:24:19 -05:00
parent 0bd8a31252
commit 70da3abca3
2 changed files with 13 additions and 4 deletions

View file

@ -2,7 +2,7 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: 26a12656a101ec2e1d97d4a84d7faea94615630c3daeb9732fb31d02581a9b7f
-- hash: ec746e5db32e60009159554b56997247c014960b3b285a4ede3b3f13a8ac9d0d
name: image-triangles
version: 0.1.0.0
@ -33,6 +33,8 @@ library
src
build-depends:
base >=4.7 && <5
, diagrams
, hip
default-language: Haskell2010
executable image-triangles-exe
@ -44,6 +46,8 @@ executable image-triangles-exe
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, diagrams
, hip
, image-triangles
default-language: Haskell2010
@ -57,5 +61,7 @@ test-suite image-triangles-test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, diagrams
, hip
, image-triangles
default-language: Haskell2010

View file

@ -38,8 +38,11 @@ packages:
# Dependency packages to be pulled from upstream that are not in the resolver
# using the same syntax as the packages field.
# (e.g., acme-missiles-0.3)
# extra-deps: []
extra-deps:
- hip-1.5.3.0
- Chart-1.9
- Chart-diagrams-1.9
- SVGFonts-1.6.0.3
# Override default flag values for local packages and extra-deps
# flags: {}
@ -62,4 +65,4 @@ packages:
# extra-lib-dirs: [/path/to/dir]
#
# Allow a newer minor version of GHC than the snapshot specifies
# compiler-check: newer-minor
# compiler-check: newer-minor