lib, cli, web: drop unnecessary mtl-compat dependency

This commit is contained in:
Simon Michael 2019-12-02 08:23:00 -08:00
parent 62a9e1aa62
commit 0ce890e5ff
6 changed files with 14 additions and 23 deletions

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 3228f8dbb178d427e76291b5e60b3dee1eb4d2e5f9ab803ce8e3fe85e79f25ad
-- hash: 074161d9d859631d65696647ed5f6df51c89d5c35f96dfc62ebf4fa295cc1809
name: hledger-lib
version: 1.16
@ -127,8 +127,7 @@ library
, filepath
, hashtables >=1.2.3.1
, megaparsec >=7.0.0 && <8
, mtl
, mtl-compat
, mtl >=2.2.1
, old-time
, parsec >=3
, parser-combinators >=0.4.0
@ -179,8 +178,7 @@ test-suite doctest
, filepath
, hashtables >=1.2.3.1
, megaparsec >=7.0.0 && <8
, mtl
, mtl-compat
, mtl >=2.2.1
, old-time
, parsec >=3
, parser-combinators >=0.4.0
@ -234,8 +232,7 @@ test-suite unittest
, hashtables >=1.2.3.1
, hledger-lib
, megaparsec >=7.0.0 && <8
, mtl
, mtl-compat
, mtl >=2.2.1
, old-time
, parsec >=3
, parser-combinators >=0.4.0

View File

@ -61,8 +61,7 @@ dependencies:
- filepath
- hashtables >=1.2.3.1
- megaparsec >=7.0.0 && <8
- mtl
- mtl-compat
- mtl >=2.2.1
- old-time
- parsec >=3
- parser-combinators >=0.4.0

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: feb3102322a4d8c36e44d90678edc2708511ccd69f6d6d1558de68da63c7f325
-- hash: 0678e65f66ec6915e930f6224b0bf3c0558464f3f7aafefe57a84574c60506be
name: hledger-web
version: 1.16
@ -176,7 +176,7 @@ library
, http-types
, json
, megaparsec >=7.0.0 && <8
, mtl
, mtl >=2.2.1
, semigroups
, shakespeare >=2.0.2.2
, template-haskell

View File

@ -120,7 +120,7 @@ library:
- http-types
- json
- megaparsec >=7.0.0 && <8
- mtl
- mtl >=2.2.1
- semigroups
- shakespeare >=2.0.2.2
- template-haskell

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: f608f8976e44e104fc5fc49a65b2a01b1873a5f23f8b58be36335deec8c4549e
-- hash: f66a371d64e36317dc27b2658c0b367d60424772c46b6ad0efc2845b61c4cb75
name: hledger
version: 1.16
@ -164,8 +164,7 @@ library
, lucid
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
, mtl
, mtl-compat
, mtl >=2.2.1
, old-time
, parsec >=3
, pretty-show >=1.6.4
@ -215,8 +214,7 @@ executable hledger
, hledger-lib >=1.16 && <1.17
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
, mtl
, mtl-compat
, mtl >=2.2.1
, old-time
, parsec >=3
, pretty-show >=1.6.4
@ -267,8 +265,7 @@ test-suite unittest
, hledger-lib >=1.16 && <1.17
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
, mtl
, mtl-compat
, mtl >=2.2.1
, old-time
, parsec >=3
, pretty-show >=1.6.4
@ -318,8 +315,7 @@ benchmark bench
, html
, math-functions >=0.2.0.0
, megaparsec >=7.0.0 && <8
, mtl
, mtl-compat
, mtl >=2.2.1
, old-time
, parsec >=3
, pretty-show >=1.6.4

View File

@ -119,8 +119,7 @@ dependencies:
- filepath
- haskeline >=0.6
- megaparsec >=7.0.0 && <8
- mtl
- mtl-compat
- mtl >=2.2.1
- old-time
- parsec >=3
- pretty-show >=1.6.4