packages feed

hasbolt-extras 0.0.0.17 → 0.0.0.18

raw patch · 2 files changed

+20/−16 lines, 2 filesdep ~aesondep ~aeson-casingdep ~containers

Dependency ranges changed: aeson, aeson-casing, containers, free, hasbolt, lens, mtl, neat-interpolation, scientific, template-haskell, text, th-lift-instances, unordered-containers, vector

Files

CHANGELOG.md view
@@ -6,6 +6,10 @@  ## [Unreleased] +## [0.0.0.18] - 2019-05-27+### Changed+- Updated dependencies.+ ## [0.0.0.17] - 2019-05-09 ### Changed - Expanded documentation for `Database.Bolt.Extras.Graph`.
hasbolt-extras.cabal view
@@ -1,5 +1,5 @@ name:           hasbolt-extras-version:        0.0.0.17+version:        0.0.0.18 synopsis:       Extras for hasbolt library description:    Extras for hasbolt library homepage:       https://github.com/biocad/hasbolt-extras#readme@@ -47,21 +47,21 @@                      , Database.Bolt.Extras.Graph.Internal.Put                      , Database.Bolt.Extras.Graph.Internal.GraphQuery                   -  build-depends:       base >=4.7 && <5-                     , aeson-                     , aeson-casing-                     , containers-                     , free-                     , hasbolt-                     , lens-                     , mtl-                     , neat-interpolation-                     , scientific-                     , template-haskell-                     , text-                     , th-lift-instances-                     , vector-                     , unordered-containers+  build-depends:       base >= 4.7 && <5+                     , aeson >= 1.2.4.0+                     , aeson-casing >= 0.1.0.5+                     , containers >= 0.5.10.2+                     , free >= 5.0+                     , hasbolt >= 0.1.3.0+                     , lens >= 4.16+                     , mtl >= 2.2.0+                     , neat-interpolation >= 0.3.2.0+                     , scientific >= 0.3.6.0+                     , template-haskell >= 2.12.0.0+                     , text >= 1.2.3.0+                     , th-lift-instances >= 0.1.10+                     , vector >= 0.12.0.0+                     , unordered-containers >= 0.2.9.0   ghc-options:     -Wall -O2   default-language: Haskell2010