haskoin-store 0.1.1 → 0.1.2
raw patch · 2 files changed
+7/−28 lines, 2 files
Files
- CHANGELOG.md +4/−0
- haskoin-store.cabal +3/−28
CHANGELOG.md view
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.1.2+### Changed+- Specify dependencies better.+ ## 0.1.1 ### Changed - Dependency `secp256k1` is now `secp256k1-haskell`.
haskoin-store.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: f4138d19134a8fce2cf22bae13a970244e5c9dac196283f1062c02be5f659a95+-- hash: 442574c9fb9fd4f77a405ea25fb02aaa96975831e68bd95b0e472c1e06caac2c name: haskoin-store-version: 0.1.1+version: 0.1.2 synopsis: Storage and index for Bitcoin and Bitcoin Cash description: Store blocks, transactions, and balances for Bitcoin or Bitcoin Cash, and make that information via REST API. category: Bitcoin, Finance, Network@@ -41,21 +41,15 @@ , cereal , conduit , containers- , directory- , filepath , haskoin-core , haskoin-node- , hspec- , http-types , monad-logger , mtl , network , nqe- , optparse-applicative , random , rocksdb-haskell , rocksdb-query- , scotty , string-conversions , text , time@@ -74,25 +68,20 @@ aeson , base >=4.7 && <5 , bytestring- , cereal , conduit , directory , filepath , haskoin-core , haskoin-node , haskoin-store- , hspec , http-types , monad-logger- , mtl , nqe , optparse-applicative- , random , rocksdb-haskell , scotty , string-conversions , text- , time , unliftio default-language: Haskell2010 @@ -105,27 +94,13 @@ test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends:- aeson- , base >=4.7 && <5- , bytestring- , cereal- , conduit- , directory- , filepath+ base >=4.7 && <5 , haskoin-core , haskoin-node , haskoin-store , hspec- , http-types , monad-logger- , mtl , nqe- , optparse-applicative- , random , rocksdb-haskell- , scotty- , string-conversions- , text- , time , unliftio default-language: Haskell2010