increase version number
This commit is contained in:
parent
a4df6dde9e
commit
febc498ca6
@ -1,5 +1,5 @@
|
|||||||
name: rosa
|
name: rosa
|
||||||
version: 0.3.0.0
|
version: 0.3.1.0
|
||||||
synopsis: Query the namecoin blockchain
|
synopsis: Query the namecoin blockchain
|
||||||
description:
|
description:
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ executable rosa
|
|||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
other-extensions: RecordWildCards, OverloadedStrings
|
other-extensions: RecordWildCards, OverloadedStrings
|
||||||
build-depends: base >=4.8 && <5.0 , aeson, text,
|
build-depends: base >=4.8 && <5.0, aeson, text,
|
||||||
vector, unordered-containers,
|
vector, unordered-containers,
|
||||||
wreq, lens >=4.4, bytestring,
|
wreq, lens >=4.4, bytestring,
|
||||||
optparse-applicative, process
|
optparse-applicative, process
|
||||||
|
Loading…
Reference in New Issue
Block a user