We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3591635 commit 1dbe342Copy full SHA for 1dbe342
containers-tests/containers-tests.cabal
@@ -121,10 +121,6 @@ library
121
Utils.Containers.Internal.StrictMaybe
122
Utils.Containers.Internal.EqOrdUtil
123
124
- if impl(ghc)
125
- other-modules:
126
- Utils.Containers.Internal.TypeError
127
-
128
if impl(ghc >= 8.6)
129
ghc-options: -Werror
130
containers/containers.cabal
@@ -84,8 +84,5 @@ Library
84
Utils.Containers.Internal.BitUtil
85
Utils.Containers.Internal.BitQueue
86
Utils.Containers.Internal.StrictPair
87
88
89
90
91
include-dirs: include
containers/src/Utils/Containers/Internal/TypeError.hs
0 commit comments