mirror of
https://github.com/rodrigosetti/master-plan.git
synced 2024-11-22 12:44:13 +03:00
set bounds for base
This commit is contained in:
parent
0414988904
commit
475b01ad9d
@ -34,7 +34,7 @@ executable master-plan
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall
|
||||
default-extensions: UnicodeSyntax
|
||||
build-depends: base
|
||||
build-depends: base >= 4.5 && < 5
|
||||
, containers
|
||||
, master-plan
|
||||
, optparse-applicative
|
||||
@ -45,7 +45,7 @@ library
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall
|
||||
default-extensions: UnicodeSyntax
|
||||
build-depends: base
|
||||
build-depends: base >= 4.5 && < 5
|
||||
, containers
|
||||
, diagrams
|
||||
, diagrams-lib
|
||||
@ -66,7 +66,7 @@ test-suite spec
|
||||
hs-source-dirs: test
|
||||
ghc-options: -Wall
|
||||
default-language: Haskell2010
|
||||
build-depends: base
|
||||
build-depends: base >= 4.5 && < 5
|
||||
, QuickCheck
|
||||
, containers
|
||||
, hspec
|
||||
|
Loading…
Reference in New Issue
Block a user