eternity 0.1.2 → 0.1.3
raw patch · 2 files changed
+3/−5 lines, 2 filesdep ~potokidep ~potoki-cerealsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: potoki, potoki-cereal
API changes (from Hackage documentation)
Files
- Setup.hs +0/−2
- eternity.cabal +3/−3
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
eternity.cabal view
@@ -1,7 +1,7 @@ name: eternity version:- 0.1.2+ 0.1.3 synopsis: Native event-sourcing database description:@@ -56,8 +56,8 @@ text >=1 && <2, directory >=1.3 && <2, foldl >=1.3.5 && <2,- potoki >=0.11 && <0.12,- potoki-cereal >=0.1 && <0.2+ potoki >= 2 && <2.1,+ potoki-cereal >=0.3.0.1 && <0.4 test-suite test type: