derulo 0.0.2 → 0.0.3
raw patch · 1 files changed
+1/−4 lines, 1 filesdep −directoryPVP ok
version bump matches the API change (PVP)
Dependencies removed: directory
API changes (from Hackage documentation)
Files
- derulo.cabal +1/−4
derulo.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: derulo-version: 0.0.2+version: 0.0.3 synopsis: Parse and render JSON simply. description: Derulo parses and renders JSON simply. category: JSON@@ -29,7 +29,6 @@ ghc-options: -Wall build-depends: base >=4.8.2 && <4.11- , directory exposed-modules: Derulo default-language: Haskell2010@@ -41,7 +40,6 @@ ghc-options: -Wall -rtsopts -threaded build-depends: base >=4.8.2 && <4.11- , directory , derulo default-language: Haskell2010 @@ -53,6 +51,5 @@ ghc-options: -Wall -rtsopts -threaded build-depends: base >=4.8.2 && <4.11- , directory , doctest >=0.11.0 && <0.14 default-language: Haskell2010