Skip to content

Commit

Permalink
Remove ghc-prim
Browse files Browse the repository at this point in the history
This dependency was conditional on GHC 7.6 or earlier, which is now
ancient. We can just remove it.
  • Loading branch information
jezen committed Feb 13, 2025
1 parent ce1904e commit f3c8d4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions keter.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ library
, yaml >=0.8.4 && <0.12
, zlib >=0.6.2 && <0.7 || ^>=0.7.0

if impl(ghc <7.6)
build-depends: ghc-prim

exposed-modules:
Keter.App
Keter.AppManager
Expand Down

0 comments on commit f3c8d4f

Please sign in to comment.