mirror of
https://github.com/typeable/bloodhound.git
synced 2024-11-22 01:16:59 +03:00
deps in Cabal got mangled
This commit is contained in:
parent
14dbffa54d
commit
1db8ad7ca0
@ -1,5 +1,5 @@
|
||||
name: bloodhound
|
||||
version: 0.7.0.0
|
||||
version: 0.7.0.1
|
||||
synopsis: ElasticSearch client library for Haskell
|
||||
description: ElasticSearch made awesome for Haskell hackers
|
||||
homepage: https://github.com/bitemyapp/bloodhound
|
||||
|
@ -10,7 +10,7 @@ if [ ! -f "$cabal_file" ]; then
|
||||
fi
|
||||
|
||||
pkg=bloodhound
|
||||
ver=0.7.0.0
|
||||
ver=0.7.0.1
|
||||
|
||||
if [ -z "$pkg" ]; then
|
||||
echo "Unable to determine package name"
|
||||
|
Loading…
Reference in New Issue
Block a user