name: hath
-version: 0.2.1
+version: 0.2.2
cabal-version: >= 1.8
author: Michael Orlitzky
maintainer: Michael Orlitzky <michael@orlitzky.com>
Octet
build-depends:
- base >= 4.6 && < 4.8,
- bytestring == 0.10.*,
- cmdargs == 0.10.*,
+ base == 4.*,
+ bytestring >= 0.10,
+ cmdargs >= 0.10,
dns >= 1.2,
- MissingH == 1.2.*,
- parallel-io == 0.3.*,
- split == 0.2.*,
- tasty == 0.8.*,
- tasty-hunit == 0.8.*,
+ MissingH >= 1.2,
+ parallel-io >= 0.3,
+ split >= 0.2,
+ tasty >= 0.8,
+ tasty-hunit >= 0.8,
tasty-quickcheck >= 0.8.1
ghc-options:
main-is: TestSuite.hs
build-depends:
- base >= 4.6 && < 4.8,
- bytestring == 0.10.*,
- cmdargs == 0.10.*,
+ base == 4.*,
+ bytestring >= 0.10,
+ cmdargs >= 0.10,
dns >= 1.2,
- MissingH == 1.2.*,
- parallel-io == 0.3.*,
- split == 0.2.*,
- tasty == 0.8.*,
- tasty-hunit == 0.8.*,
+ MissingH >= 1.2,
+ parallel-io >= 0.3,
+ split >= 0.2,
+ tasty >= 0.8,
+ tasty-hunit >= 0.8,
tasty-quickcheck >= 0.8.1
main-is: ShellTests.hs
build-depends:
- base >= 4.6 && < 4.8,
- bytestring == 0.10.*,
- cmdargs == 0.10.*,
+ base == 4.*,
+ bytestring >= 0.10,
+ cmdargs >= 0.10,
dns >= 1.2,
- MissingH == 1.2.*,
- parallel-io == 0.3.*,
- process < 1.3,
- split == 0.2.*,
- tasty == 0.8.*,
- tasty-hunit == 0.8.*,
+ MissingH >= 1.2,
+ parallel-io >= 0.3,
+ process >= 1.1,
+ split >= 0.2,
+ tasty >= 0.8,
+ tasty-hunit >= 0.8,
tasty-quickcheck >= 0.8.1
-- It's not entirely clear to me why I have to reproduce all of this.
main-is: ShellTestsNet.hs
build-depends:
- base >= 4.6 && < 4.8,
- bytestring == 0.10.*,
- cmdargs == 0.10.*,
+ base == 4.*,
+ bytestring >= 0.10,
+ cmdargs >= 0.10,
dns >= 1.2,
- MissingH == 1.2.*,
- parallel-io == 0.3.*,
- process < 1.3,
- split == 0.2.*,
- tasty == 0.8.*,
- tasty-hunit == 0.8.*,
+ MissingH >= 1.2,
+ parallel-io >= 0.3,
+ process >= 1.1,
+ split >= 0.2,
+ tasty >= 0.8,
+ tasty-hunit >= 0.8,
tasty-quickcheck >= 0.8.1
-- It's not entirely clear to me why I have to reproduce all of this.