derulo 2.0.0.1 → 2.0.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- derulo.cabal +2/−2
derulo.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: derulo-version: 2.0.0.1+version: 2.0.0.2 synopsis: Parse and render JSON simply. description: Derulo parses and renders JSON simply.@@ -24,7 +24,7 @@ common library build-depends:- base >= 4.13.0 && < 4.17+ base >= 4.13.0 && < 4.18 default-language: Haskell2010 ghc-options: -Weverything