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 574f830 commit 8f45a52Copy full SHA for 8f45a52
dhall-bash/dhall-bash.cabal
@@ -29,7 +29,7 @@ Library
29
Build-Depends:
30
base >= 4.11.0.0 && < 5 ,
31
bytestring < 0.13,
32
- containers < 0.8 ,
+ containers < 0.9 ,
33
dhall >= 1.42.0 && < 1.43,
34
neat-interpolation < 0.6 ,
35
shell-escape < 0.3 ,
@@ -48,7 +48,7 @@ Executable dhall-to-bash
48
bytestring ,
49
dhall ,
50
dhall-bash ,
51
- optparse-applicative >= 0.14.0.0 && < 0.19,
+ optparse-applicative >= 0.14.0.0 && < 0.20,
52
text
53
GHC-Options: -Wall
54
Default-Language: Haskell2010
dhall-csv/dhall-csv.cabal
@@ -79,7 +79,7 @@ Library
79
base >= 4.12.0.0 && < 5 ,
80
81
cassava >= 0.5.0.0 && < 0.6 ,
82
- containers >= 0.5.9 && < 0.8 ,
+ containers >= 0.5.9 && < 0.9 ,
83
either ,
84
exceptions >= 0.8.3 && < 0.11,
85
dhall >= 1.39.0 && < 1.43,
dhall-docs/dhall-docs.cabal
@@ -68,7 +68,7 @@ Library
68
69
base16-bytestring >= 1.0.0.0 ,
70
71
- containers ,
+ containers >= 0.5.11.0 && < 0.9 ,
72
cryptohash-sha256 ,
73
directory >= 1.3.0.0 && < 1.4 ,
74
dhall >= 1.38.0 && < 1.43,
@@ -86,7 +86,7 @@ Library
86
text >= 0.11.1.0 && < 2.2 ,
87
transformers >= 0.2.0.0 && < 0.7 ,
88
mtl >= 2.2.1 && < 2.4 ,
89
- optparse-applicative >= 0.14.0.0 && < 0.19
+ optparse-applicative >= 0.14.0.0 && < 0.20
90
Exposed-Modules:
91
Dhall.Docs
92
Dhall.Docs.Core
dhall-json/dhall-json.cabal
@@ -42,12 +42,12 @@ Library
42
aeson-pretty >= 0.8.0 && < 0.9 ,
43
aeson-yaml >= 1.1.0 && < 1.2 ,
44
45
46
47
filepath < 1.6 ,
microlens >= 0.4.14.0 && < 0.5 ,
prettyprinter >= 1.7.0 && < 1.8 ,
scientific >= 0.3.0.0 && < 0.4 ,
dhall-lsp-server/dhall-lsp-server.cabal
@@ -47,8 +47,8 @@ library
, base >= 4.11 && < 5
, bytestring >= 0.10.8.2 && < 0.13
, co-log-core >= 0.3.1.0 && < 0.4
- , containers >= 0.5.11.0 && < 0.8
- , data-default >= 0.7.1.1 && < 0.8
+ , containers >= 0.5.11.0 && < 0.9
+ , data-default >= 0.7.1.1 && < 0.9
, directory >= 1.2.2.0 && < 1.4
, dhall >= 1.38.0 && < 1.43
, dhall-json >= 1.4 && < 1.8
@@ -79,7 +79,7 @@ executable dhall-lsp-server
build-depends:
base >= 4.11 && < 5
, dhall-lsp-server
- , optparse-applicative
+ , optparse-applicative >= 0.14.0.0 && < 0.20
default-language: Haskell2010
GHC-Options: -Wall -fwarn-incomplete-uni-patterns
@@ -93,7 +93,7 @@ Test-Suite doctest
93
directory >= 1.3.1.5 && < 1.4,
94
filepath < 1.6,
95
doctest >= 0.7.0 ,
96
- QuickCheck
+ QuickCheck >= 2.14 && < 2.17
97
Other-Extensions: OverloadedStrings RecordWildCards
98
99
dhall-nix/dhall-nix.cabal
@@ -27,7 +27,7 @@ Library
27
Hs-Source-Dirs: src
28
data-fix < 0.4 ,
dhall >= 1.42 && < 1.43,
hnix >= 0.16 && < 0.18,
dhall-nixpkgs/dhall-nixpkgs.cabal
@@ -31,7 +31,7 @@ Executable dhall-to-nixpkgs
, megaparsec >= 7.0.0 && < 10
, mmorph < 1.3
, neat-interpolation < 0.6
- , optparse-applicative >= 0.14.0.0 && < 0.19
, prettyprinter >= 1.7.0 && < 1.8
36
, text >= 0.11.1.0 && < 2.2
37
, transformers >= 0.2.0.0 && < 0.7
dhall-openapi/dhall-openapi.cabal
@@ -45,7 +45,7 @@ Executable openapi-to-dhall
filepath >= 1.4 && < 1.6 ,
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
megaparsec >= 7.0 && < 10 ,
- optparse-applicative >= 0.14.3.0 && < 0.19,
+ optparse-applicative >= 0.14.3.0 && < 0.20,
parser-combinators ,
prettyprinter ,
sort ,
@@ -78,7 +78,7 @@ Library
78
aeson >= 1.0.0.0 && < 2.3 ,
- containers >= 0.5.8.0 && < 0.8 ,
+ containers >= 0.5.8.0 && < 0.9 ,
dhall >= 1.38.0 && < 1.43 ,
microlens >= 0.4 && < 0.5 ,
dhall-toml/dhall-toml.cabal
@@ -39,10 +39,10 @@ Library
39
40
tomland >= 1.3.2.0 && < 1.4 ,
41
unordered-containers >= 0.2 && < 0.3 ,
- optparse-applicative >= 0.14 && < 0.19
+ optparse-applicative >= 0.14 && < 0.20
Dhall.DhallToToml
Dhall.TomlToDhall
dhall-yaml/dhall-yaml.cabal
@@ -38,7 +38,7 @@ Library
38
dhall >= 1.31.0 && < 1.43,
dhall-json >= 1.6.0 && < 1.8 ,
vector
0 commit comments