Skip to content

Commit

Permalink
use data-default instead of data-default-class
Browse files Browse the repository at this point in the history
  • Loading branch information
kokobd committed Jan 23, 2025
1 parent b771777 commit 30af10f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion servant-auth/servant-auth-server/servant-auth-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library
, bytestring >= 0.11 && < 0.13
, case-insensitive >= 1.2.0.11 && < 1.3
, cookie >= 0.4.4 && < 0.6
, data-default-class >= 0.1.2.0 && < 0.3
, data-default >= 0.2 && < 0.9
, entropy >= 0.4.1.3 && < 0.5
, http-types >= 0.12.2 && < 0.13
, jose >= 0.10 && < 0.12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ module Servant.Auth.Server

import Prelude hiding (readFile, writeFile)
import Data.ByteString (ByteString, writeFile, readFile)
import Data.Default.Class (Default (def))
import Data.Default (Default (def))
import Servant.Auth
import Servant.Auth.JWT
import Servant.Auth.Server.Internal ()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Servant.Auth.Server.Internal.ConfigTypes
import Crypto.JOSE as Jose
import Crypto.JWT as Jose
import qualified Data.ByteString as BS
import Data.Default.Class
import Data.Default
import Data.Time
import GHC.Generics (Generic)
import Servant.API (IsSecure(..))
Expand Down
1 change: 0 additions & 1 deletion servant-quickcheck/servant-quickcheck.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ library
, bytestring >=0.11 && <0.13
, case-insensitive >=1.2 && <1.3
, clock >=0.7 && <0.9
, data-default-class >=0.0 && <0.3
, hspec >=2.5.6 && <2.12
, http-client >=0.7.0 && <0.8
, http-media >=0.6 && <0.9
Expand Down

0 comments on commit 30af10f

Please sign in to comment.