packages feed

persistent-typed-db 0.1.0.0 → 0.1.0.1

raw patch · 3 files changed

+7/−9 lines, 3 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # CHANGELOG +# 0.1.0.1++- Fix test suite to build for stackage+ # v0.1.0.0  - Add support for `persistent` v2.10.0 and `persistent-template` 2.7.0
persistent-typed-db.cabal view
@@ -1,13 +1,6 @@ cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.1.------ see: https://github.com/sol/hpack------ hash: 13035f38c6a20d1aee4b5221bf6a76a86992a9aa8b015559769254324aeecd16- name:           persistent-typed-db-version:        0.1.0.0+version:        0.1.0.1 synopsis:       Type safe access to multiple database schemata. description:    See README.md for more details, examples, and fun. category:       Web@@ -63,7 +56,7 @@   ghc-options: -threaded -rtsopts -with-rtsopts=-N   build-depends:       aeson-    , base >=4.7 && <5+    , base >=4.10     , bytestring     , conduit >=1.3.0     , esqueleto
test/EsqueletoSpec.hs view
@@ -1,4 +1,5 @@ {-# LANGUAGE DeriveGeneric              #-}+{-# LANGUAGE DerivingStrategies         #-} {-# LANGUAGE EmptyDataDecls             #-} {-# LANGUAGE FlexibleContexts           #-} {-# LANGUAGE FlexibleInstances          #-}