deps in Cabal got mangled

This commit is contained in:
Chris Allen 2015-07-16 16:56:17 -05:00
parent 14dbffa54d
commit 1db8ad7ca0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"