pantry 0.5.1.3 → 0.5.1.4
raw patch · 3 files changed
+8/−2 lines, 3 files
Files
- ChangeLog.md +4/−0
- pantry.cabal +2/−2
- src/Pantry/Storage.hs +2/−0
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for pantry +## v0.5.1.4++* Allow building with persistent-2.11 [#28](https://github.com/commercialhaskell/pantry/pull/28)+ ## v0.5.1.3 * Handle case where tree exists in cache by blobs are missing [#27](https://github.com/commercialhaskell/pantry/issues/27)
pantry.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 550119d6be48973b6e1944d695a00d4bb9d14b12ef305a46d00eb6724877446c+-- hash: b06a6e2c03d2ca724a7cf071d2d429b54f7af4e7fb8c026689da28163ae1538c name: pantry-version: 0.5.1.3+version: 0.5.1.4 synopsis: Content addressable Haskell package management description: Please see the README on Github at <https://github.com/commercialhaskell/pantry#readme> category: Development
src/Pantry/Storage.hs view
@@ -16,6 +16,8 @@ {-# LANGUAGE DerivingStrategies #-} {-# LANGUAGE StandaloneDeriving #-} {-# LANGUAGE TupleSections #-}+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE FlexibleInstances #-} module Pantry.Storage ( SqlBackend , initStorage