bson-generic 0.0.7 → 0.0.8
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~basedep ~ghc-primsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, ghc-prim
API changes (from Hackage documentation)
Files
- Setup.hs +5/−0
- bson-generic.cabal +3/−3
Setup.hs view
@@ -1,2 +1,7 @@+module Main (main) where+ import Distribution.Simple++main :: IO () main = defaultMain+
bson-generic.cabal view
@@ -1,5 +1,5 @@ name: bson-generic-version: 0.0.7+version: 0.0.8 synopsis: Generic functionality for BSON description: This package offers easy conversion from and to BSON data type for most of user defined data types. The interface may change at will.@@ -19,9 +19,9 @@ Data.Bson.Generic build-depends:- base == 4.5.*+ base == 4.6.* , bson == 0.2.*- , ghc-prim == 0.2.*+ , ghc-prim == 0.3.* , text == 0.11.* ghc-options: -O2