cartel 0.14.2.4 → 0.14.2.6
raw patch · 4 files changed
+40/−12 lines, 4 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- cartel.cabal +10/−8
- lib/Cartel/GenCartelCabal.hs +3/−3
- lib/Cartel/Version.hs +1/−1
- tests/Decrees.hs +26/−0
cartel.cabal view
@@ -3,12 +3,12 @@ -- http://www.github.com/massysett/cartel -- -- Script name used to generate: GenCartelCabal.hs--- Generated on: 2015-03-22 10:19:15.62876 EDT--- Cartel library version: 0.14.2.4+-- Generated on: 2015-03-27 12:58:07.137738 EDT+-- Cartel library version: 0.14.2.6 name: cartel-version: 0.14.2.4-cabal-version: >= 1.16+version: 0.14.2.6+cabal-version: >= 1.18 license: BSD3 license-file: LICENSE build-type: Simple@@ -28,8 +28,8 @@ See the documentation in the "Cartel" module for details. category: Distribution tested-with:- GHC == 7.6.3 GHC == 7.8.2+ GHC == 7.10.1 extra-source-files: README.md @@ -49,7 +49,7 @@ hs-source-dirs: lib build-depends:- base >= 4.5.0.0 && < 4.8+ base >= 4.7.0.0 && < 4.9 , directory >= 1.1.0.2 && < 1.3 , filepath >= 1.3.0.0 && < 1.5 , time >= 1.4 && < 1.6@@ -64,6 +64,7 @@ buildable: True other-modules: Cartel.Generators+ Decrees hs-source-dirs: tests build-depends:@@ -78,7 +79,7 @@ hs-source-dirs: lib build-depends:- base >= 4.5.0.0 && < 4.8+ base >= 4.7.0.0 && < 4.9 , directory >= 1.1.0.2 && < 1.3 , filepath >= 1.3.0.0 && < 1.5 , time >= 1.4 && < 1.6@@ -92,6 +93,7 @@ default-language: Haskell2010 other-modules: Cartel.Generators+ Decrees other-extensions: TemplateHaskell hs-source-dirs:@@ -108,7 +110,7 @@ hs-source-dirs: lib build-depends:- base >= 4.5.0.0 && < 4.8+ base >= 4.7.0.0 && < 4.9 , directory >= 1.1.0.2 && < 1.3 , filepath >= 1.3.0.0 && < 1.5 , time >= 1.4 && < 1.6
lib/Cartel/GenCartelCabal.hs view
@@ -11,7 +11,7 @@ -- Dependencies base :: Package-base = closedOpen "base" [4,5,0,0] [4,8]+base = closedOpen "base" [4,7,0,0] [4,9] directory :: Package directory = closedOpen "directory" [1,1,0,2] [1,3]@@ -94,11 +94,11 @@ , copyright = "Copyright 2014-2015 Omari Norman" , author = "Omari Norman" , stability = "Experimental"- , cabalVersion = Just (1,16)+ , cabalVersion = Just (1,18) , homepage = "http://www.github.com/massysett/cartel" , bugReports = "http://www.github.com/massysett/cartel/issues" , testedWith = let f v = (ghc, eq v)- in map f [[7,6,3], [7,8,2]]+ in map f [[7,8,2], [7,10,1]] , extraSourceFiles = ["README.md"] } , exposedModules libModules : haskell2010 : commonOptions
lib/Cartel/Version.hs view
@@ -11,4 +11,4 @@ import Data.Word version :: [Word]-version = [0,14,2,4]+version = [0,14,2,6]
+ tests/Decrees.hs view
@@ -0,0 +1,26 @@+-- | This module generated by the Quickpull package.+-- Quickpull is available at:+-- <http://www.github.com/massysett/quickpull>++module Decrees where++import Quickpull+import qualified Cartel.Properties++decrees :: [Decree]+decrees =++ [ Decree ( Meta {modDesc = ModDesc {modPath = "tests/Cartel/Properties.hs", modName = ["Cartel","Properties"]}, linenum = 41, qName = "prop_vcsCompletesInSecs"} ) ( Single Cartel.Properties.prop_vcsCompletesInSecs )+ , Decree ( Meta {modDesc = ModDesc {modPath = "tests/Cartel/Properties.hs", modName = ["Cartel","Properties"]}, linenum = 43, qName = "prop_constraintCompletesInSecs"} ) ( Single Cartel.Properties.prop_constraintCompletesInSecs )+ , Decree ( Meta {modDesc = ModDesc {modPath = "tests/Cartel/Properties.hs", modName = ["Cartel","Properties"]}, linenum = 48, qName = "prop_conditionCompletesInSecs"} ) ( Single Cartel.Properties.prop_conditionCompletesInSecs )+ , Decree ( Meta {modDesc = ModDesc {modPath = "tests/Cartel/Properties.hs", modName = ["Cartel","Properties"]}, linenum = 55, qName = "prop_buildInfoExeCompletesInSecs"} ) ( Single Cartel.Properties.prop_buildInfoExeCompletesInSecs )+ , Decree ( Meta {modDesc = ModDesc {modPath = "tests/Cartel/Properties.hs", modName = ["Cartel","Properties"]}, linenum = 58, qName = "prop_condBlockExeCompletesInSecs"} ) ( Single Cartel.Properties.prop_condBlockExeCompletesInSecs )+ , Decree ( Meta {modDesc = ModDesc {modPath = "tests/Cartel/Properties.hs", modName = ["Cartel","Properties"]}, linenum = 61, qName = "prop_exeMainIsCompletesInSecs"} ) ( Single Cartel.Properties.prop_exeMainIsCompletesInSecs )+ , Decree ( Meta {modDesc = ModDesc {modPath = "tests/Cartel/Properties.hs", modName = ["Cartel","Properties"]}, linenum = 64, qName = "prop_cabalCompletesInSecs"} ) ( Single Cartel.Properties.prop_cabalCompletesInSecs )+ , Decree ( Meta {modDesc = ModDesc {modPath = "tests/Cartel/Properties.hs", modName = ["Cartel","Properties"]}, linenum = 67, qName = "prop_propertiesCompletesInSecs"} ) ( Single Cartel.Properties.prop_propertiesCompletesInSecs )+ , Decree ( Meta {modDesc = ModDesc {modPath = "tests/Cartel/Properties.hs", modName = ["Cartel","Properties"]}, linenum = 70, qName = "prop_repositoryCompletesInSecs"} ) ( Single Cartel.Properties.prop_repositoryCompletesInSecs )+ , Decree ( Meta {modDesc = ModDesc {modPath = "tests/Cartel/Properties.hs", modName = ["Cartel","Properties"]}, linenum = 73, qName = "prop_sectionCompletesInSecs"} ) ( Single Cartel.Properties.prop_sectionCompletesInSecs )+ , Decree ( Meta {modDesc = ModDesc {modPath = "tests/Cartel/Properties.hs", modName = ["Cartel","Properties"]}, linenum = 76, qName = "prop_executableCompletesInSecs"} ) ( Single Cartel.Properties.prop_executableCompletesInSecs )+ , Decree ( Meta {modDesc = ModDesc {modPath = "tests/Cartel/Properties.hs", modName = ["Cartel","Properties"]}, linenum = 79, qName = "prop_benchmarkCompletesInSecs"} ) ( Single Cartel.Properties.prop_benchmarkCompletesInSecs )+ , Decree ( Meta {modDesc = ModDesc {modPath = "tests/Cartel/Properties.hs", modName = ["Cartel","Properties"]}, linenum = 82, qName = "prop_testSuiteCompletesInSecs"} ) ( Single Cartel.Properties.prop_testSuiteCompletesInSecs )+ ]