We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7119733 commit 9a47cf0Copy full SHA for 9a47cf0
test-drivers/toml-test-drivers.cabal
@@ -29,7 +29,7 @@ common shared
29
ScopedTypeVariables
30
ViewPatterns
31
build-depends:
32
- base ^>= {4.14, 4.15, 4.16, 4.17, 4.18, 4.19, 4.20},
+ base ^>= {4.14, 4.15, 4.16, 4.17, 4.18, 4.19, 4.20, 4.21},
33
toml-parser ^>= 2.0.1.0,
34
35
executable TomlDecoder
toml-parser.cabal
@@ -71,7 +71,7 @@ library
71
Toml.Syntax.ParserUtils
72
73
array ^>= 0.5,
74
75
containers ^>= {0.5, 0.6, 0.7},
76
prettyprinter ^>= 1.7,
77
text >= 0.2 && < 3,
@@ -96,7 +96,7 @@ test-suite unittests
96
base,
97
containers,
98
hspec ^>= {2.10, 2.11},
99
- template-haskell ^>= {2.16, 2.17, 2.18, 2.19, 2.20, 2.21, 2.22},
+ template-haskell ^>= {2.16, 2.17, 2.18, 2.19, 2.20, 2.21, 2.22, 2.23},
100
text,
101
time,
102
toml-parser,
@@ -128,7 +128,7 @@ test-suite readme
128
129
130
131
132
133
build-tool-depends:
134
markdown-unlit:markdown-unlit ^>= {0.5.1, 0.6.0},
0 commit comments