File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,12 @@ library
4444 , TypeFamilies
4545 , TypeOperators
4646 , UndecidableInstances
47- build-depends : base >= 4.7 && < 5
47+ build-depends : base >= 4.11 && < 5
4848 , case-insensitive
4949 , containers
5050 , lens
51- , mtl
51+ , mtl < 2.3 || > 2.3
5252 , scientific
53- , semigroups
5453 , text
5554 , transformers
5655 , xml-conduit
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import Control.Monad.Reader
2222import Data.Foldable as F
2323import Data.List as L
2424import Data.List.NonEmpty (NonEmpty (.. ))
25- import Data.Monoid
2625import Data.Text as T
2726import Data.Traversable
2827import Text.XML
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ import Control.Lens
3636import Control.Monad.Except
3737import Control.Monad.Reader
3838import Data.CaseInsensitive as CI
39- import Data.Semigroup
4039import Data.String
4140import Data.Text as T
4241import GHC.Generics (Generic )
You can’t perform that action at this time.
0 commit comments