aeson-yak 0.1.1 → 0.1.1.1
raw patch · 1 files changed
+3/−8 lines, 1 filesdep ~aesondep ~base
Dependency ranges changed: aeson, base
Files
- aeson-yak.cabal +3/−8
aeson-yak.cabal view
@@ -1,8 +1,5 @@--- Initial aeson-yak.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/ - name: aeson-yak -version: 0.1.1 +version: 0.1.1.1 synopsis: Handle JSON that may or may not be a list, or exist description: According to the standard promoted by Schema.org, the same JSON object @@ -28,9 +25,7 @@ library exposed-modules: Data.Aeson.Yak - -- other-modules: - -- other-extensions: - build-depends: base >= 4.8 && < 4.9 - , aeson >= 0.4 && < 0.11 + build-depends: base >= 4.8 && < 5 + , aeson >= 0.4 && < 0.12 hs-source-dirs: src default-language: Haskell2010