Skip to content

Commit

Permalink
Drop unnecessary deps from the testing copy
Browse files Browse the repository at this point in the history
  • Loading branch information
meooow25 committed Nov 16, 2024
1 parent 171b2e6 commit e7e2851
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions containers-tests/containers-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,9 @@ library
default-language: Haskell2010
-- this is important for testing; may it affect benchmarks?
cpp-options: -DTESTING
if impl(ghc >= 8.6)
build-depends:
nothunks
, QuickCheck

include-dirs: include
hs-source-dirs: src, tests
hs-source-dirs: src

ghc-options: -O2 -Wall
if impl(ghc >= 8.6)
Expand Down Expand Up @@ -117,9 +113,6 @@ library
Utils.Containers.Internal.BitQueue
Utils.Containers.Internal.BitUtil
Utils.Containers.Internal.StrictPair
if impl(ghc >= 8.6.0)
exposed-modules:
Utils.NoThunks

other-modules:
Utils.Containers.Internal.Prelude
Expand Down

0 comments on commit e7e2851

Please sign in to comment.