penny 0.32.0.2 → 0.32.0.4
raw patch · 5 files changed
+29/−26 lines, 5 filesdep ~matchersdep ~multiargdep ~penny
Dependency ranges changed: matchers, multiarg, penny, prednote
Files
- current-versions.txt +3/−3
- minimum-versions.txt +4/−4
- penny.cabal +13/−13
- penny.cabal.m4 +5/−5
- versions.m4 +4/−1
current-versions.txt view
@@ -1,7 +1,7 @@ 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-02-26 16:29:35.630124 UTC+Tested as of: 2014-03-01 19:18:06.035563 UTC Path to compiler: ghc-7.6.3 Compiler description: 7.6.3 @@ -32,7 +32,7 @@ time-1.4.0.1 unix-2.6.0.1 -/home/massysett/penny/sunlight-6512/db:+/home/massysett/penny/sunlight-31079/db: MonadRandom-0.1.13 QuickCheck-2.6 action-permutations-0.0.0.0@@ -52,7 +52,7 @@ nats-0.1.2 ofx-0.4.0.2 parsec-3.1.5- penny-0.32.0.2+ penny-0.32.0.4 prednote-0.18.0.4 pretty-show-1.6.7 rainbow-0.6.0.4
minimum-versions.txt view
@@ -1,11 +1,11 @@ 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-02-26 16:29:35.630124 UTC+Tested as of: 2014-03-01 19:18:06.035563 UTC Path to compiler: ghc-7.4.1 Compiler description: 7.4.1 -/var/lib/ghc/package.conf.d:+/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@@ -33,7 +33,7 @@ time-1.4 unix-2.5.1.0 -/home/massysett/penny/sunlight-6512/db:+/home/massysett/penny/sunlight-31079/db: MonadRandom-0.1.13 QuickCheck-2.5 action-permutations-0.0.0.0@@ -49,7 +49,7 @@ nats-0.1.2 ofx-0.4.0.2 parsec-3.1.3- penny-0.32.0.2+ penny-0.32.0.4 prednote-0.18.0.4 pretty-show-1.5 rainbow-0.6.0.4
penny.cabal view
@@ -3,7 +3,7 @@ -- penny.cabal for you. Name: penny-Version: 0.32.0.2+Version: 0.32.0.4 Cabal-version: >=1.8 Build-Type: Simple License: BSD3@@ -65,10 +65,10 @@ -- Omari packages -- Package Version , anonymous-sums >= 0.4.0.0- , matchers >= 0.14.0.2- , multiarg >= 0.24.0.4+ , matchers >= 0.14.0.2 && < 0.15.0.0+ , multiarg >= 0.24.0.4 && < 0.25.0.0 , ofx >= 0.4.0.2- , prednote >= 0.18.0.4+ , prednote >= 0.18.0.4 && < 0.19.0.0 , rainbow >= 0.6.0.4 -- Other packages@@ -183,11 +183,11 @@ -- http://stackoverflow.com/questions/6711151 build-depends:- penny == 0.32.0.2+ penny == 0.32.0.4 , base >= 4.5.0.0 && < 5 -- Packages I maintain- , multiarg >= 0.24.0.4+ , multiarg >= 0.24.0.4 && < 0.25.0.0 , anonymous-sums >= 0.4.0.0 -- Other packages@@ -210,11 +210,11 @@ if flag(build-gibberish) build-depends:- penny == 0.32.0.2+ penny == 0.32.0.4 , base >= 4.5.0.0 && < 5 -- Packages I maintain- , multiarg >= 0.24.0.4+ , multiarg >= 0.24.0.4 && < 0.25.0.0 -- Other packages , QuickCheck >= 2.5@@ -236,7 +236,7 @@ Executable penny Build-depends:- penny ==0.32.0.2+ penny ==0.32.0.4 , base >= 4.5.0.0 && < 5 hs-source-dirs: bin@@ -255,7 +255,7 @@ Executable penny-selloff Build-depends:- penny == 0.32.0.2+ penny == 0.32.0.4 , base >= 4.5.0.0 && < 5 other-modules: Paths_penny@@ -274,7 +274,7 @@ Executable penny-diff Build-depends:- penny == 0.32.0.2+ penny == 0.32.0.4 , base >= 4.5.0.0 && < 5 hs-source-dirs: bin@@ -293,7 +293,7 @@ Executable penny-reprint Build-depends:- penny == 0.32.0.2+ penny == 0.32.0.4 , base >= 4.5.0.0 && < 5 hs-source-dirs: bin@@ -309,7 +309,7 @@ Executable penny-reconcile Build-depends:- penny == 0.32.0.2+ penny == 0.32.0.4 , base >= 4.5.0.0 && < 5 hs-source-dirs: bin
penny.cabal.m4 view
@@ -65,10 +65,10 @@ -- Omari packages -- Package Version , anonymous-sums >= pv_anonymous_sums- , matchers >= pv_matchers- , multiarg >= pv_multiarg+ , matchers >= pv_matchers && < pv_matchers_max+ , multiarg >= pv_multiarg && < pv_multiarg_max , ofx >= pv_ofx- , prednote >= pv_prednote+ , prednote >= pv_prednote && < pv_prednote_max , rainbow >= pv_rainbow -- Other packages@@ -187,7 +187,7 @@ , base >= pv_base && < pv_base_max -- Packages I maintain- , multiarg >= pv_multiarg+ , multiarg >= pv_multiarg && < pv_multiarg_max , anonymous-sums >= pv_anonymous_sums -- Other packages@@ -214,7 +214,7 @@ , base >= pv_base && < pv_base_max -- Packages I maintain- , multiarg >= pv_multiarg+ , multiarg >= pv_multiarg && < pv_multiarg_max -- Other packages , QuickCheck >= pv_QuickCheck
versions.m4 view
@@ -1,7 +1,7 @@ divert(-1) # Penny version-define(`pv_penny', `0.32.0.2')+define(`pv_penny', `0.32.0.4') # Haskell Platform define(`pv_base', `4.5.0.0')@@ -19,9 +19,12 @@ # Packages I maintain define(`pv_anonymous_sums', `0.4.0.0') define(`pv_matchers', `0.14.0.2')+define(`pv_matchers_max', `0.15.0.0') define(`pv_multiarg', `0.24.0.4')+define(`pv_multiarg_max', `0.25.0.0') define(`pv_ofx', `0.4.0.2') define(`pv_prednote', `0.18.0.4')+define(`pv_prednote_max', `0.19.0.0') define(`pv_rainbow', `0.6.0.4') # Other packages