Skip to content

Commit

Permalink
Make it build with ghc 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jul 17, 2024
1 parent a4b4890 commit 96a5d53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions persistent-mongoDB/Database/Persist/MongoDB.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -Wno-orphans #-}
{-# OPTIONS_GHC -fno-warn-deprecations #-} -- Pattern match 'PersistDbSpecific'
-- | Use persistent-mongodb the same way you would use other persistent
Expand Down
2 changes: 1 addition & 1 deletion persistent-redis/persistent-redis.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library
, persistent >= 2.12 && < 3.0
, aeson >= 1.0
, binary >= 0.8 && < 0.9
, bytestring >= 0.10.8 && < 0.12
, bytestring >= 0.10.8 && < 0.13
, hedis >= 0.9
, http-api-data
, mtl >= 2.2.1 && < 2.4
Expand Down
2 changes: 1 addition & 1 deletion persistent/persistent.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library
, resourcet >= 1.1.10
, scientific
, silently
, template-haskell >= 2.13 && < 2.22
, template-haskell >= 2.13 && < 2.23
, text >= 1.2
, th-lift-instances >= 0.1.14 && < 0.2
, time >= 1.6
Expand Down

0 comments on commit 96a5d53

Please sign in to comment.