prednote-test-0.24.0.0: prednote-test.cabal
-- 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-07-13 12:28:43.16095 EDT
-- Cartel library version: 0.10.0.2
name: prednote-test
version: 0.24.0.0
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:
Data.Tree.Generators
, Prednote.Core.Generators
, Prednote.Tests.Util
build-depends:
base ((> 4.5.0.0 || == 4.5.0.0) && < 5)
, rainbow ((> 0.14.0.2 || == 0.14.0.2) && < 0.15)
, rainbow-tests ((> 0.14.0.2 || == 0.14.0.2) && < 0.15)
, text ((> 0.11.2.0 || == 0.11.2.0) && < 1.2)
, prednote == 0.24.0.0
, 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)
hs-source-dirs:
lib
ghc-options:
-Wall
default-language: Haskell2010
Executable prednote-test
hs-source-dirs:
lib
, exe
other-modules:
Data.Tree.Generators
, Prednote.Core.Generators
, Prednote.Tests.Util
, 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.14.0.2 || == 0.14.0.2) && < 0.15)
, rainbow-tests ((> 0.14.0.2 || == 0.14.0.2) && < 0.15)
, text ((> 0.11.2.0 || == 0.11.2.0) && < 1.2)
, prednote == 0.24.0.0
, 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)
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.14.0.2 || == 0.14.0.2) && < 0.15)
, rainbow-tests ((> 0.14.0.2 || == 0.14.0.2) && < 0.15)
, text ((> 0.11.2.0 || == 0.11.2.0) && < 1.2)
, prednote == 0.24.0.0
, 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)