packages feed

prednote 0.32.0.4 → 0.32.0.6

raw patch · 2 files changed

+19/−16 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

genCabal.hs view
@@ -8,10 +8,10 @@ import Control.Applicative  versionInts :: [Word]-versionInts = [0,32,0,4]+versionInts = [0,32,0,6]  base :: Package-base = closedOpen "base" [4,5,0,0] [5]+base = closedOpen "base" [4,7] [4,9]  rainbow :: Package rainbow = nextBreaking "rainbow" [0,22]@@ -41,7 +41,7 @@ properties = blank   { name = "prednote"   , version = versionInts-  , cabalVersion = Just (1,14)+  , cabalVersion = Just (1,18)   , buildType = Just simple   , license = Just bsd3   , licenseFile = "LICENSE"@@ -64,7 +64,7 @@     , "predicates."     ]   , testedWith = map (\ls -> (ghc, eq ls))-    [ [7,6,3], [7,8,2] ]+    [ [7,8,3], [7,10,1] ]   , extraSourceFiles =     [ "README.md"     , "changelog"@@ -81,9 +81,6 @@ split :: Package split = closedOpen "split" [0,2,2] [0,3] -quickpull :: Package-quickpull = closedOpen "quickpull" [0,4] [0,5]- contravariant :: Package contravariant = closedOpen "contravariant" [1,2] [1,4] @@ -163,6 +160,8 @@   , flagManual = True   } +github :: Section+github = githubHead "massysett" "prednote"  main :: IO () main = defaultMain $ do@@ -172,4 +171,4 @@   let (tsts, vis) = tests fl libMods testMods       lib = library libMods       repo = githubHead "massysett" "prednote"-  return (properties, lib, [tsts, vis])+  return (properties, lib, [tsts, vis, github])
prednote.cabal view
@@ -3,12 +3,12 @@ -- http://www.github.com/massysett/cartel -- -- Script name used to generate: genCabal.hs--- Generated on: 2015-03-22 11:33:59.14546 EDT+-- Generated on: 2015-03-27 15:03:18.090444 EDT -- Cartel library version: 0.14.2.0  name: prednote-version: 0.32.0.4-cabal-version: >= 1.14+version: 0.32.0.6+cabal-version: >= 1.18 license: BSD3 license-file: LICENSE build-type: Simple@@ -30,8 +30,8 @@   predicates. category: Data tested-with:-  GHC == 7.6.3-  GHC == 7.8.2+  GHC == 7.8.3+  GHC == 7.10.1 extra-source-files:   README.md   changelog@@ -46,7 +46,7 @@     Prednote.Expressions.Infix     Prednote.Expressions.RPN   build-depends:-      base >= 4.5.0.0 && < 5+      base >= 4.7 && < 4.9     , rainbow >= 0.22 && < 0.23     , split >= 0.2.2 && < 0.3     , text >= 0.11.2.0 && < 1.3@@ -85,7 +85,7 @@     , tasty-quickcheck >= 0.8 && < 0.9     , tasty-th >= 0.1 && < 0.2     , QuickCheck >= 2.7 && < 2.9-    , base >= 4.5.0.0 && < 5+    , base >= 4.7 && < 4.9     , rainbow >= 0.22 && < 0.23     , split >= 0.2.2 && < 0.3     , text >= 0.11.2.0 && < 1.3@@ -124,7 +124,7 @@       , tasty-quickcheck >= 0.8 && < 0.9       , tasty-th >= 0.1 && < 0.2       , QuickCheck >= 2.7 && < 2.9-      , base >= 4.5.0.0 && < 5+      , base >= 4.7 && < 4.9       , rainbow >= 0.22 && < 0.23       , split >= 0.2.2 && < 0.3       , text >= 0.11.2.0 && < 1.3@@ -134,6 +134,10 @@       , bytestring >= 0.10 && < 0.11   else     buildable: False++source-repository head+  type: git+  location: https://github.com/massysett/prednote.git  Flag visual-tests   description: Build the prednote-visual-tests executable