prednote 0.26.0.2 → 0.26.0.4
raw patch · 5 files changed
+20/−115 lines, 5 filesdep ~contravariantdep ~rainbowdep ~text
Dependency ranges changed: contravariant, rainbow, text
Files
- README.md +13/−0
- current-versions.txt +0/−47
- minimum-versions.txt +0/−44
- prednote.cabal +7/−9
- sunlight-test.hs +0/−15
README.md view
@@ -19,4 +19,17 @@ http://hackage.haskell.org/package/prednote +## Test results++You can view the results of building and testing on Travis by clicking+the button below:++[](https://travis-ci.org/massysett/prednote)++If you have trouble building prednote due to dependency issues, try+looking at the previous test results, as they will show you package+versions that were used to build prednote successfully.++## License+ prednote is licensed under the BSD license; see the LICENSE file.
− current-versions.txt
@@ -1,47 +0,0 @@-This package was tested to work with these dependency-versions and compiler version.-These are the default versions fetched by cabal install.-Tested as of: 2014-08-12 13:26:39.972876 UTC-Path to compiler: ghc-7.8.3-Compiler description: 7.8.3--/opt/ghc/7.8.3/lib/ghc-7.8.3/package.conf.d:- Cabal-1.18.1.3- array-0.5.0.0- base-4.7.0.1- bin-package-db-0.0.0.0- binary-0.7.1.0- rts-1.0- bytestring-0.10.4.0- containers-0.5.5.1- deepseq-1.3.0.2- directory-1.2.1.0- filepath-1.3.0.2- (ghc-7.8.3)- ghc-prim-0.3.1.0- haskeline-0.7.1.2- (haskell2010-1.1.2.0)- (haskell98-2.0.0.3)- hoopl-3.10.0.1- hpc-0.6.0.1- integer-gmp-0.5.1.0- old-locale-1.0.0.6- old-time-1.1.0.2- pretty-1.1.1.1- process-1.2.0.0- template-haskell-2.9.0.0- terminfo-0.4.0.0- time-1.4.2- transformers-0.3.0.0- unix-2.7.0.1- xhtml-3000.2.1--/home/massysett/prednote/library/sunlight-18435/db:- contravariant-0.6.1.1- prednote-0.26.0.0- rainbow-0.16.0.0- split-0.2.2- text-1.1.1.3- transformers-0.4.1.0- transformers-compat-0.3.3.4-
− minimum-versions.txt
@@ -1,44 +0,0 @@-This package was tested to work with these dependency-versions and compiler version.-These are the minimum versions given in the .cabal file.-Tested as of: 2014-08-12 13:26:39.972876 UTC-Path to compiler: ghc-7.4.1-Compiler description: 7.4.1--/opt/ghc/7.4.1/lib/ghc-7.4.1/package.conf.d:- Cabal-1.14.0- array-0.4.0.0- base-4.5.0.0- bin-package-db-0.0.0.0- binary-0.5.1.0- bytestring-0.9.2.1- containers-0.4.2.1- deepseq-1.3.0.0- directory-1.1.0.2- extensible-exceptions-0.1.1.4- filepath-1.3.0.0- (ghc-7.4.1)- ghc-prim-0.2.0.0- (haskell2010-1.1.0.1)- (haskell98-2.0.0.1)- hoopl-3.8.7.3- hpc-0.5.1.1- integer-gmp-0.4.0.0- old-locale-1.0.0.4- old-time-1.1.0.0- pretty-1.1.1.0- process-1.1.0.1- rts-1.0- template-haskell-2.7.0.0- time-1.4- unix-2.5.1.0--/home/massysett/prednote/library/sunlight-18435/db:- contravariant-0.2.0.1- prednote-0.26.0.0- rainbow-0.16.0.0- split-0.2.2- terminfo-0.4.0.0- text-0.11.2.0- transformers-0.3.0.0-
prednote.cabal view
@@ -3,10 +3,10 @@ -- http://www.github.com/massysett/cartel -- -- Script name used to generate: genCabal.hs--- Generated on: 2014-10-27 12:41:00.681307 EDT+-- Generated on: 2015-01-01 23:35:08.896332 EST -- Cartel library version: 0.10.0.2 name: prednote-version: 0.26.0.2+version: 0.26.0.4 cabal-version: >= 1.14 build-type: Simple license: BSD3@@ -17,6 +17,7 @@ stability: Experimental homepage: http://www.github.com/massysett/prednote bug-reports: http://www.github.com/massysett/prednote/issues+synopsis: Evaluate and display trees of predicates description: Build and evaluate trees of predicates. For example, you might build a predicate of the type Int -> Bool. You do this by assembling@@ -29,12 +30,9 @@ . tests are packaged separately in the prednote-tests package. category: Data-tested-with: GHC == 7.4.1, GHC == 7.6.3, GHC == 7.8.2+tested-with: GHC == 7.6.3, GHC == 7.8.2 extra-source-files: README.md- , minimum-versions.txt- , current-versions.txt- , sunlight-test.hs , changelog source-repository head@@ -54,10 +52,10 @@ , Prednote.Prebuilt build-depends: base ((> 4.5.0.0 || == 4.5.0.0) && < 5)- , contravariant ((> 0.2.0.1 || == 0.2.0.1) && < 0.7)- , rainbow ((> 0.18.0.0 || == 0.18.0.0) && < 0.19)+ , contravariant ((> 0.2.0.1 || == 0.2.0.1) && < 1.3)+ , rainbow ((> 0.20.0.4 || == 0.20.0.4) && < 0.21) , split ((> 0.2.2 || == 0.2.2) && < 0.3)- , text ((> 0.11.2.0 || == 0.11.2.0) && < 1.2)+ , text ((> 0.11.2.0 || == 0.11.2.0) && < 1.3) , containers ((> 0.4.2.1 || == 0.4.2.1) && < 0.6) hs-source-dirs: lib
− sunlight-test.hs
@@ -1,15 +0,0 @@-module Main where--import Test.Sunlight--inputs = TestInputs- { tiDescription = Nothing- , tiCabal = "cabal"- , tiLowest = ("7.4.1", "ghc-7.4.1", "ghc-pkg-7.4.1")- , tiDefault = [ ("7.4.1", "ghc-7.4.1", "ghc-pkg-7.4.1")- , ("7.6.3", "ghc-7.6.3", "ghc-pkg-7.6.3")- , ("7.8.3", "ghc-7.8.3", "ghc-pkg-7.8.3") ]- , tiTest = []- }--main = runTests inputs