Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Jan 6, 2024
1 parent 1059bb1 commit a2c7ad4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions get-tested.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ executable get-tested
-fprint-potential-instances -Wno-unticked-promoted-constructors
-Werror=unused-imports -flate-specialise -funbox-strict-fields
-finline-generics-aggressively -fexpose-all-unfoldings -threaded
"-with-rtsopts=-N -T"
"-with-rtsopts=-N -T" -Wunused-packages

default-extensions:
NoStarIsType
Expand Down Expand Up @@ -55,10 +55,8 @@ executable get-tested
, base ^>=4.16
, bytestring ^>=0.11
, Cabal-syntax ^>=3.8
, containers ^>=0.6
, directory ^>=1.3
, effectful-core ^>=2.2
, filepath ^>=1.4
, optparse-applicative ^>=0.17
, text ^>=2.0
, text-display ^>=0.0
Expand Down

0 comments on commit a2c7ad4

Please sign in to comment.