no-mtl-compat
authorDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Thu, 21 Jul 2022 20:32:12 +0000 (21:32 +0100)
committerClint Adams <clint@debian.org>
Thu, 21 Jul 2022 20:32:12 +0000 (21:32 +0100)
Gbp-Pq: Name no-mtl-compat

retry.cabal

index ca7a5e7b35e7033d5246948c64389420da16236f..cc058164da9b2eeb03136f3f4d5cefa4fee91b2a 100644 (file)
@@ -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)