Cabal revisions of test-lib-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: test-lib-version: 0.1.0.0-synopsis: A library to make a quick test-runner script.-description: This library makes it easy to define an executable,- which can find and run a bunch of tests for a binary.-license: ISC-license-file: LICENSE-author: Iavor Diatchki-maintainer: iavor.diatchki@gmail.com-category: Testing-build-type: Simple-extra-source-files: CHANGELOG.md-cabal-version: >=1.10--library- hs-source-dirs: src- exposed-modules: TestLib- build-depends: base >=4.12 && <4.13,- directory >=1.3 && <1.4,- filepath >=1.4 && <1.5,- process >=1.6 && <1.7,- containers >=0.6 && <0.7,- HUnit,- test-framework,- test-framework-hunit,- simple-get-opt-- ghc-options: -Wall- default-language: Haskell2010+name: test-lib +version: 0.1.0.0 +x-revision: 1 +synopsis: A library to make a quick test-runner script. +description: This library makes it easy to define an executable, + which can find and run a bunch of tests for a binary. +license: ISC +license-file: LICENSE +author: Iavor Diatchki +maintainer: iavor.diatchki@gmail.com +category: Testing +build-type: Simple +extra-source-files: CHANGELOG.md +cabal-version: >=1.10 + +library + hs-source-dirs: src + exposed-modules: TestLib + build-depends: base >=4.9 && <4.13, + directory >=1.3 && <1.4, + filepath >=1.4 && <1.5, + process >=1.6 && <1.7, + containers >=0.6 && <0.7, + HUnit, + test-framework, + test-framework-hunit, + simple-get-opt + + ghc-options: -Wall + default-language: Haskell2010
revision 2
name: test-lib version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: A library to make a quick test-runner script. description: This library makes it easy to define an executable, which can find and run a bunch of tests for a binary. library hs-source-dirs: src exposed-modules: TestLib - build-depends: base >=4.9 && <4.13, - directory >=1.3 && <1.4, - filepath >=1.4 && <1.5, - process >=1.6 && <1.7, - containers >=0.6 && <0.7, - HUnit, - test-framework, - test-framework-hunit, - simple-get-opt + + build-depends: base >=4.9 && <4.13, + directory >=1.3 && <1.4, + filepath >=1.4 && <1.5, + process >=1.4 && <1.7, + containers >=0.5 && <0.7, + HUnit >= 1.3.0 && < 1.7, + simple-get-opt >= 0.2.0 && < 0.3, + test-framework >= 0.8.0 && < 0.9, + test-framework-hunit >= 0.3.0 && < 0.4 + + ghc-options: -Wall default-language: Haskell2010