Skip to content

Commit

Permalink
Relaxed a few version bounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Feb 1, 2024
1 parent 24462f9 commit 4e760b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OpenGLRaw.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ library
build-depends:
base >= 4 && < 5,
bytestring >= 0.9 && < 0.13,
containers >= 0.3 && < 0.7,
containers >= 0.3 && < 0.8,
fixed >= 0.2 && < 0.4,
half >= 0.2.2.1 && < 0.4,
text >= 0.1 && < 2.2,
Expand Down
4 changes: 2 additions & 2 deletions RegistryProcessor/RegistryProcessor.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ executable RegistryProcessor
other-modules: DeclarationParser ManPages MangledRegistry Registry
build-depends:
base >= 4 && < 5,
containers >= 0.3 && < 0.7,
containers >= 0.3 && < 0.8,
hxt >= 9.3 && < 9.4,
directory >= 1.0 && < 1.4,
filepath >= 1.0 && < 1.5,
filepath >= 1.0 && < 1.6,
pretty >= 1.1 && < 1.2
hs-source-dirs: src
default-language: Haskell2010
Expand Down

0 comments on commit 4e760b0

Please sign in to comment.