Skip to content

Commit 1dbe342

Browse files
authored
Remove unused TypeError util (#1117)
Remove Utils.Containers.Internal.TypeError, which is currently unused.
1 parent 3591635 commit 1dbe342

File tree

3 files changed

+0
-50
lines changed

3 files changed

+0
-50
lines changed

containers-tests/containers-tests.cabal

-4
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ library
121121
Utils.Containers.Internal.StrictMaybe
122122
Utils.Containers.Internal.EqOrdUtil
123123

124-
if impl(ghc)
125-
other-modules:
126-
Utils.Containers.Internal.TypeError
127-
128124
if impl(ghc >= 8.6)
129125
ghc-options: -Werror
130126

containers/containers.cabal

-3
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,5 @@ Library
8484
Utils.Containers.Internal.BitUtil
8585
Utils.Containers.Internal.BitQueue
8686
Utils.Containers.Internal.StrictPair
87-
if impl(ghc)
88-
other-modules:
89-
Utils.Containers.Internal.TypeError
9087

9188
include-dirs: include

containers/src/Utils/Containers/Internal/TypeError.hs

-43
This file was deleted.

0 commit comments

Comments
 (0)