packages feed

haskoin-store 0.40.0 → 0.40.1

raw patch · 1 files changed

+3/−4 lines, 1 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Paths_haskoin_store: getBinDir :: IO FilePath
- Paths_haskoin_store: getDataDir :: IO FilePath
- Paths_haskoin_store: getDataFileName :: FilePath -> IO FilePath
- Paths_haskoin_store: getDynLibDir :: IO FilePath
- Paths_haskoin_store: getLibDir :: IO FilePath
- Paths_haskoin_store: getLibexecDir :: IO FilePath
- Paths_haskoin_store: getSysconfDir :: IO FilePath
- Paths_haskoin_store: version :: Version

Files

haskoin-store.cabal view
@@ -1,11 +1,11 @@-cabal-version: 2.0+cabal-version: 1.12  -- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack  name:           haskoin-store-version:        0.40.0+version:        0.40.1 synopsis:       Storage and index for Bitcoin and Bitcoin Cash description:    Please see the README on GitHub at <https://github.com/haskoin/haskoin-store#readme> category:       Bitcoin, Finance, Network@@ -33,8 +33,7 @@       Haskoin.Store.Logic       Haskoin.Store.Manager       Haskoin.Store.Web-      Paths_haskoin_store-  autogen-modules:+  other-modules:       Paths_haskoin_store   hs-source-dirs:       src