packages feed

aeson-yak 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+8/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

+ CHANGELOG view
@@ -0,0 +1,5 @@+0.1.0.2: Get CHANGELOG into the tarball.
+
+0.1.0.1: Fix description rendering on Hackage.
+
+0.1.0.0: Initial release.
aeson-yak.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                aeson-yak
-version:             0.1.0.1
+version:             0.1.0.2
 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
@@ -19,7 +19,7 @@ copyright:           Copyright (c) Theodore Lief Gannon, 2015
 category:            Data
 build-type:          Simple
--- extra-source-files:  
+extra-source-files:  CHANGELOG
 cabal-version:       >=1.10
 
 source-repository head
@@ -30,7 +30,7 @@   exposed-modules:     Data.Aeson.Yak
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.8 && <4.9
+  build-depends:       base >= 4.8 && < 4.9
                      , aeson >= 0.4 && < 0.11
   hs-source-dirs:      src
   default-language:    Haskell2010