Skip to content

Commit

Permalink
Use GHC2021.
Browse files Browse the repository at this point in the history
This will restrict future versions to `GHC >= 9.2`.
  • Loading branch information
jumper149 committed Jan 30, 2023
1 parent 1ab4f46 commit 8ee81ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
23 changes: 2 additions & 21 deletions deriving-trans.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ library
Control.Monad.Trans.Compose.Transparent
Control.Monad.Trans.Elevator
build-depends:
, base < 5
, base >= 4.16.1.0.0 && < 5
, monad-control
, monad-control-identity
, transformers >= 0.6
Expand All @@ -90,33 +90,14 @@ library
build-depends:
, unliftio-core
hs-source-dirs: src
default-language: Haskell2010
default-language: GHC2021
default-extensions:
BangPatterns
ConstraintKinds
DataKinds
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
DerivingStrategies
DerivingVia
EmptyDataDeriving
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GeneralizedNewtypeDeriving
ImportQualifiedPost
MultiParamTypeClasses
NamedFieldPuns
OverloadedStrings
RankNTypes
StandaloneDeriving
StandaloneKindSignatures
TupleSections
TypeApplications
TypeFamilies
TypeOperators
ghc-options:
-Weverything
-Wno-implicit-prelude
Expand Down
1 change: 0 additions & 1 deletion src/Control/Monad/Trans/Compose.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE QuantifiedConstraints #-}
{-# LANGUAGE UnboxedTuples #-}
{-# LANGUAGE UndecidableInstances #-}

module Control.Monad.Trans.Compose where
Expand Down

0 comments on commit 8ee81ac

Please sign in to comment.