Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2
, 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.2
, hspec >=2.5.6 && <2.12
, http-client >=0.7.0 && <0.8
, http-media >=0.6 && <0.9
Expand Down