projects
/
haskell-retry.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ab7444
)
no-mtl-compat
author
Debian Haskell Group
<pkg-haskell-maintainers@lists.alioth.debian.org>
Thu, 21 Jul 2022 20:32:12 +0000
(21:32 +0100)
committer
Clint Adams
<clint@debian.org>
Thu, 21 Jul 2022 20:32:12 +0000
(21:32 +0100)
Gbp-Pq: Name no-mtl-compat
retry.cabal
patch
|
blob
|
history
diff --git
a/retry.cabal
b/retry.cabal
index ca7a5e7b35e7033d5246948c64389420da16236f..cc058164da9b2eeb03136f3f4d5cefa4fee91b2a 100644
(file)
--- a/
retry.cabal
+++ b/
retry.cabal
@@
-42,7
+42,6
@@
library
, random >= 1
, transformers
, mtl
- , mtl-compat
hs-source-dirs: src
default-language: Haskell2010
@@
-73,7
+72,6
@@
test-suite test
, stm
, ghc-prim
, mtl
- , mtl-compat
default-language: Haskell2010
if flag(lib-Werror)