mirror of
https://github.com/typeable/bloodhound.git
synced 2024-11-29 23:52:20 +03:00
changelog, stack.yaml update
This commit is contained in:
parent
9c4c90af6e
commit
aab796481a
@ -1,5 +1,5 @@
|
||||
name: bloodhound
|
||||
version: 0.6.0.0
|
||||
version: 0.7.0.0
|
||||
synopsis: ElasticSearch client library for Haskell
|
||||
description: ElasticSearch made awesome for Haskell hackers
|
||||
homepage: https://github.com/bitemyapp/bloodhound
|
||||
@ -37,7 +37,7 @@ library
|
||||
mtl >= 1.0 && <2.3,
|
||||
transformers >= 0.2 && <0.5,
|
||||
http-types >= 0.8 && <0.9,
|
||||
vector >= 0.10.9 && <0.11,
|
||||
vector >= 0.10.9 && <0.12,
|
||||
uri-bytestring >= 0.1 && <0.2,
|
||||
exceptions,
|
||||
data-default-class
|
||||
|
13
changelog.md
13
changelog.md
@ -1,3 +1,16 @@
|
||||
0.7.0.0
|
||||
===================
|
||||
|
||||
* Added QueryFilter thanks to Bjørn Nordbø!
|
||||
|
||||
* Support for optimistic concurrency control thanks again to @MichaelXavier!
|
||||
|
||||
|
||||
0.6.0.0
|
||||
===================
|
||||
|
||||
* Refactored concrete IO types and unsophisticated connection management into a proper `MonadBH` typeclass. This tremendous work was done by @MichaelXavier!
|
||||
|
||||
0.5.0.0
|
||||
===================
|
||||
|
||||
|
@ -5,4 +5,4 @@ extra-deps:
|
||||
- doctest-prop-0.2.0.1
|
||||
- quickcheck-properties-0.1
|
||||
- uri-bytestring-0.1.2
|
||||
resolver: lts-2.11
|
||||
resolver: lts-2.18
|
||||
|
@ -10,7 +10,7 @@ if [ ! -f "$cabal_file" ]; then
|
||||
fi
|
||||
|
||||
pkg=bloodhound
|
||||
ver=0.6.0.0
|
||||
ver=0.7.0.0
|
||||
|
||||
if [ -z "$pkg" ]; then
|
||||
echo "Unable to determine package name"
|
||||
|
Loading…
Reference in New Issue
Block a user