Fix error when building with cabal install rosa

This commit is contained in:
Rnhmjoj 2015-01-19 20:18:58 +01:00
parent 1375df26f4
commit 43973c16de
3 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: rosa
version: 0.1.2.0
version: 0.1.3.0
synopsis: Query the namecoin blockchain
description:
@ -20,6 +20,8 @@ cabal-version: >=1.10
executable rosa
main-is: Main.hs
other-modules: Json
hs-source-dirs: src
default-language: Haskell2010
other-extensions: RecordWildCards, OverloadedStrings
build-depends: base ==4.7.*, aeson ==0.8.*, text ==1.2.*,