Skip to content

Commit

Permalink
Remove unused TypeError util (#1117)
Browse files Browse the repository at this point in the history
Remove Utils.Containers.Internal.TypeError, which is currently unused.
  • Loading branch information
meooow25 authored Feb 28, 2025
1 parent 3591635 commit 1dbe342
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
4 changes: 0 additions & 4 deletions containers-tests/containers-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ library
Utils.Containers.Internal.StrictMaybe
Utils.Containers.Internal.EqOrdUtil

if impl(ghc)
other-modules:
Utils.Containers.Internal.TypeError

if impl(ghc >= 8.6)
ghc-options: -Werror

Expand Down
3 changes: 0 additions & 3 deletions containers/containers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,5 @@ Library
Utils.Containers.Internal.BitUtil
Utils.Containers.Internal.BitQueue
Utils.Containers.Internal.StrictPair
if impl(ghc)
other-modules:
Utils.Containers.Internal.TypeError

include-dirs: include
43 changes: 0 additions & 43 deletions containers/src/Utils/Containers/Internal/TypeError.hs

This file was deleted.

0 comments on commit 1dbe342

Please sign in to comment.