Skip to content

Commit

Permalink
Fix lower bound on optparse-generic
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Dec 7, 2023
1 parent 60ad07b commit 89a2c2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion rzk/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
directory: ">= 1.2.7.0"
Glob: ">= 0.9.3"
mtl: ">= 2.2.2"
optparse-generic: ">= 1.3.0"
optparse-generic: ">= 1.4.0"
template-haskell: ">= 2.14.0.0"
text: ">= 1.2.3.1"
yaml: ">= 0.11.0.0"
Expand Down
12 changes: 6 additions & 6 deletions rzk/rzk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ library
Language.Rzk.Syntax.Lex
Language.Rzk.Syntax.Par
Language.Rzk.Syntax.Print
Language.Rzk.VSCode.Config
Rzk
Rzk.Format
Rzk.Main
Expand All @@ -72,18 +71,19 @@ library
, bytestring >=0.10.8.2
, directory >=1.2.7.0
, mtl >=2.2.2
, optparse-generic >=1.3.0
, optparse-generic >=1.4.0
, template-haskell >=2.14.0.0
, text >=1.2.3.1
, yaml >=0.11.0.0
default-language: Haskell2010
if flag(lsp) && !impl(ghcjs)
exposed-modules:
Language.Rzk.VSCode.Config
Language.Rzk.VSCode.Env
Language.Rzk.VSCode.Handlers
Language.Rzk.VSCode.Logging
Language.Rzk.VSCode.Lsp
Language.Rzk.VSCode.Tokenize
Language.Rzk.VSCode.Logging
cpp-options: -DLSP
build-depends:
aeson >=1.4.2.0
Expand Down Expand Up @@ -115,7 +115,7 @@ executable rzk
, bytestring >=0.10.8.2
, directory >=1.2.7.0
, mtl >=2.2.2
, optparse-generic >=1.3.0
, optparse-generic >=1.4.0
, rzk
, template-haskell >=2.14.0.0
, text >=1.2.3.1
Expand Down Expand Up @@ -146,7 +146,7 @@ test-suite doctests
, directory >=1.2.7.0
, doctest
, mtl >=2.2.2
, optparse-generic >=1.3.0
, optparse-generic >=1.4.0
, template-haskell
, text >=1.2.3.1
, yaml >=0.11.0.0
Expand All @@ -173,7 +173,7 @@ test-suite rzk-test
, bytestring >=0.10.8.2
, directory >=1.2.7.0
, mtl >=2.2.2
, optparse-generic >=1.3.0
, optparse-generic >=1.4.0
, rzk
, template-haskell >=2.14.0.0
, text >=1.2.3.1
Expand Down

0 comments on commit 89a2c2a

Please sign in to comment.