Use dependencies which only work on GHC 9.2.1

This commit is contained in:
Robin Heggelund Hansen 2022-02-11 09:10:45 +01:00
parent 5fe24896d9
commit 6592947fdd

View File

@ -193,9 +193,9 @@ Executable gren
Build-depends:
ansi-terminal >= 0.11 && < 0.12,
ansi-wl-pprint >= 0.6.8 && < 0.7,
base >=4.11 && <5,
base >=4.16 && <5,
binary >= 0.8 && < 0.9,
bytestring >= 0.10 && < 0.11,
bytestring >= 0.11 && < 0.12,
containers >= 0.6 && < 0.7,
directory >= 1.2.3.0 && < 2.0,
edit-distance >= 0.2 && < 0.3,