Skip to content

Commit

Permalink
version 0.0.0.18: updated dependencies (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozzzzz authored May 27, 2019
1 parent b15c7c8 commit f1837de
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [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`.
Expand Down
32 changes: 16 additions & 16 deletions hasbolt-extras.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -47,21 +47,21 @@ library
, Database.Bolt.Extras.Graph.Internal.Put
, Database.Bolt.Extras.Graph.Internal.GraphQuery

build-depends: base >=4.7 && <5
, aeson >= 1.3.0.0
, 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

Expand Down

0 comments on commit f1837de

Please sign in to comment.