Skip to content

Commit

Permalink
Allow building with deepseq-1.5.* (GHC 9.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Feb 13, 2024
1 parent 7e5baf6 commit 6d90ade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions units-test/units-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test-suite main
, containers >= 0.4
, units-parser >= 0.1 && < 1.0
, lens >= 4 && < 6
, deepseq >= 1.1.0.0 && < 1.5
, deepseq >= 1.1.0.0 && < 1.6
else
build-depends: units
, units-defs
Expand All @@ -70,7 +70,7 @@ test-suite main
, containers >= 0.4
, units-parser >= 0.1 && < 1.0
, lens >= 4 && < 6
, deepseq >= 1.1.0.0 && < 1.5
, deepseq >= 1.1.0.0 && < 1.6
, nats >= 0.1
-- only really for GHC 7.8, before base had Numeric.Natural
-- but we depend on this indirectly, so adding it here is free
Expand Down
4 changes: 2 additions & 2 deletions units/units.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ library
, containers >= 0.4
, units-parser >= 0.1 && < 1.0
, lens >= 4 && < 6
, deepseq >= 1.1.0.0 && < 1.5
, deepseq >= 1.1.0.0 && < 1.6
else
build-depends: base >= 4.7 && < 5
, th-desugar >= 1.5.4
Expand All @@ -78,7 +78,7 @@ library
, containers >= 0.4
, units-parser >= 0.1 && < 1.0
, lens >= 4 && < 6
, deepseq >= 1.1.0.0 && < 1.5
, deepseq >= 1.1.0.0 && < 1.6
exposed-modules:
Data.Metrology,
Data.Metrology.Internal,
Expand Down

0 comments on commit 6d90ade

Please sign in to comment.