Skip to content

Commit 03cbd41

Browse files
committed
Relaxed containers bounds.
1 parent cc3396b commit 03cbd41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RegistryProcessor/OpenGL-Registry

Submodule OpenGL-Registry updated 88 files

RegistryProcessor/RegistryProcessor.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ executable RegistryProcessor
1818
other-modules: DeclarationParser ManPages MangledRegistry Registry
1919
build-depends:
2020
base >= 4 && < 5,
21-
containers >= 0.3 && < 0.6,
21+
containers >= 0.3 && < 0.7,
2222
hxt >= 9.3 && < 9.4,
2323
directory >= 1.0 && < 1.4,
2424
filepath >= 1.0 && < 1.5,

0 commit comments

Comments
 (0)