Fix error when building with cabal install rosa
This commit is contained in:
parent
1375df26f4
commit
43973c16de
@ -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.*,
|
||||
|
Loading…
Reference in New Issue
Block a user