packages feed

creatur 5.9.18 → 5.9.19

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

creatur.cabal view
@@ -1,5 +1,5 @@ name: creatur-version: 5.9.18+version: 5.9.19 cabal-version: >=1.8 build-type: Simple license: BSD3@@ -59,7 +59,7 @@         ALife.Creatur.Util     build-depends:         array >=0.5.1.1 && <0.6,-        base ==4.9.*,+        base ==4.9.* || ==4.10.*,         binary >=0.8.3.0 && <0.9,         bytestring >=0.10.8.1 && <0.11,         cond >=0.4.1.1 && <0.5,@@ -90,7 +90,7 @@     main-is: TestAll.hs     build-depends:         array >=0.5.1.1 && <0.6,-        base ==4.9.*,+        base ==4.9.* || ==4.10.*,         binary >=0.8.3.0 && <0.9,         cereal >=0.5.4.0 && <0.6,         creatur,