mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-12-26 13:01:29 +03:00
Add version constraints to dependencies (Close #42)
This commit is contained in:
commit
1b6e2c1010
@ -35,9 +35,9 @@ library
|
|||||||
exposed-modules: System.Hapistrano
|
exposed-modules: System.Hapistrano
|
||||||
other-modules: System.Hapistrano.Types
|
other-modules: System.Hapistrano.Types
|
||||||
build-depends: base >= 4.5 && < 4.10
|
build-depends: base >= 4.5 && < 4.10
|
||||||
, either
|
, either >= 4.0 && < 4.6
|
||||||
|
, mtl >= 2.0 && < 3.0
|
||||||
, filepath
|
, filepath
|
||||||
, mtl
|
|
||||||
, process
|
, process
|
||||||
, time-locale-compat
|
, time-locale-compat
|
||||||
, time
|
, time
|
||||||
@ -50,7 +50,7 @@ executable hap
|
|||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, hapistrano
|
, hapistrano
|
||||||
, base-compat
|
, base-compat >= 0.6 && < 1.0
|
||||||
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
|
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
@ -59,15 +59,15 @@ test-suite hapistrano-test
|
|||||||
hs-source-dirs: spec
|
hs-source-dirs: spec
|
||||||
main-is: Spec.hs
|
main-is: Spec.hs
|
||||||
other-modules: System.HapistranoSpec
|
other-modules: System.HapistranoSpec
|
||||||
build-depends: base
|
build-depends: base >= 4.5 && < 4.10
|
||||||
, hapistrano
|
, hapistrano
|
||||||
, directory
|
, either >= 4.0 && < 4.6
|
||||||
, either
|
, hspec > 2.0 && < 2.5
|
||||||
, filepath
|
, mtl >= 2.0 && < 3.0
|
||||||
, hspec
|
|
||||||
, mtl
|
|
||||||
, process
|
|
||||||
, temporary
|
, temporary
|
||||||
|
, directory
|
||||||
|
, filepath
|
||||||
|
, process
|
||||||
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
|
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user