yesod-auth-hashdb 1.7.1.1 → 1.7.1.2
raw patch · 3 files changed
+10/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- test/TestSite.hs +5/−0
- yesod-auth-hashdb.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.7.1.2++* Fix test to allow use of persistent-template-2.8+ ## 1.7.1.1 * Fix test and relax upper bound for persistent-2.10 / persistent-template-2.7
test/TestSite.hs view
@@ -7,6 +7,11 @@ {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE UndecidableInstances #-}+#if __GLASGOW_HASKELL__ >= 802+-- Retain support for older compilers, assuming dependency versions which do too+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE StandaloneDeriving #-}+#endif module TestSite ( User(..),
yesod-auth-hashdb.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-hashdb-version: 1.7.1.1+version: 1.7.1.2 license: MIT license-file: LICENSE author: Patrick Brisbin, later changes Paul Rouse