-- This Cabal file generated using the Cartel library. -- Cartel is available at: -- http://www.github.com/massysett/cartel -- -- Script name used to generate: genCabal.hs -- Generated on: 2014-10-27 12:41:20.726668 EDT -- Cartel library version: 0.10.0.2 name: prednote-test version: 0.26.0.2 cabal-version: >= 1.14 build-type: Simple license: BSD3 license-file: LICENSE copyright: Copyright 2013-2014 Omari Norman author: Omari Norman maintainer: omari@smileystation.com stability: Experimental homepage: http://www.github.com/massysett/prednote bug-reports: http://www.github.com/massysett/prednote/issues synopsis: Tests and QuickCheck generators to accompany prednote. description: These are packaged separately so other packages may depend on them. category: Data extra-source-files: genCabal.hs , sunlight-test.hs , current-versions.txt , minimum-versions.txt source-repository head type: git location: git://github.com/massysett/prednote.git branch: master Library exposed-modules: Prednote.Core.Generators build-depends: base ((> 4.5.0.0 || == 4.5.0.0) && < 5) , rainbow ((> 0.18.0.0 || == 0.18.0.0) && < 0.19) , rainbow-tests ((> 0.18.0.0 || == 0.18.0.0) && < 0.19) , text ((> 0.11.2.0 || == 0.11.2.0) && < 1.2) , prednote == 0.26.0.2 , QuickCheck ((> 2.7.5 || == 2.7.5) && < 2.8) , containers ((> 0.4.2.1 || == 0.4.2.1) && < 0.6) , quickpull ((> 0.2.0.0 || == 0.2.0.0) && < 0.3) , barecheck ((> 0.2.0.0 || == 0.2.0.0) && < 0.3) hs-source-dirs: lib ghc-options: -Wall default-language: Haskell2010 Executable prednote-test hs-source-dirs: lib , exe other-modules: Prednote.Core.Generators , Decrees , Prednote.Comparisons.Properties , Prednote.Core.Properties , Prednote.Prebuilt.Properties main-is: prednote-test.hs ghc-options: -Wall default-language: Haskell2010 build-depends: base ((> 4.5.0.0 || == 4.5.0.0) && < 5) , rainbow ((> 0.18.0.0 || == 0.18.0.0) && < 0.19) , rainbow-tests ((> 0.18.0.0 || == 0.18.0.0) && < 0.19) , text ((> 0.11.2.0 || == 0.11.2.0) && < 1.2) , prednote == 0.26.0.2 , QuickCheck ((> 2.7.5 || == 2.7.5) && < 2.8) , containers ((> 0.4.2.1 || == 0.4.2.1) && < 0.6) , quickpull ((> 0.2.0.0 || == 0.2.0.0) && < 0.3) , barecheck ((> 0.2.0.0 || == 0.2.0.0) && < 0.3) Executable prednote-visual-test hs-source-dirs: lib , visual main-is: prednote-visual-test.hs ghc-options: -Wall default-language: Haskell2010 build-depends: base ((> 4.5.0.0 || == 4.5.0.0) && < 5) , rainbow ((> 0.18.0.0 || == 0.18.0.0) && < 0.19) , rainbow-tests ((> 0.18.0.0 || == 0.18.0.0) && < 0.19) , text ((> 0.11.2.0 || == 0.11.2.0) && < 1.2) , prednote == 0.26.0.2 , QuickCheck ((> 2.7.5 || == 2.7.5) && < 2.8) , containers ((> 0.4.2.1 || == 0.4.2.1) && < 0.6) , quickpull ((> 0.2.0.0 || == 0.2.0.0) && < 0.3) , barecheck ((> 0.2.0.0 || == 0.2.0.0) && < 0.3)