Skip to content

Commit

Permalink
Allow building with containers-0.7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Sep 30, 2023
1 parent fa022ee commit 6f74254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gl/gl.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ library

build-depends:
base == 4.*
, containers >= 0.5 && < 0.7
, containers >= 0.5 && < 0.8
, fixed >= 0.2.1 && < 0.4
, half >= 0.2 && < 0.4
, transformers >= 0.2 && < 0.7
Expand Down
2 changes: 1 addition & 1 deletion glgen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ executable glgen
filepath >= 1.3 && < 1.5,
hxt == 9.3.*,
transformers >= 0.2 && < 0.7,
containers >= 0.5 && < 0.7
containers >= 0.5 && < 0.8

0 comments on commit 6f74254

Please sign in to comment.