incremental 0.1 → 0.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- incremental.cabal +2/−2
incremental.cabal view
@@ -1,5 +1,5 @@ name: incremental-version: 0.1+version: 0.1.1 synopsis: incremental update library description: Generic interface for incremental updates homepage: https://github.com/fumieval/incremental#readme@@ -17,7 +17,7 @@ hs-source-dirs: src exposed-modules: Data.Incremental build-depends: base >= 4.8 && <5, containers, semigroups, deepseq- , extensible >= 0.6.1 && <0.7+ , extensible >= 0.6.1 && <0.8 , aeson , text ghc-options: -Wall