Skip to content

Commit

Permalink
fix: bnfc executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Oct 3, 2023
1 parent 8b0bf59 commit b0577a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rzk/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ custom-setup:
build-tools:
alex: ">= 3.2.4"
happy: ">= 1.19.9"
BNFC: ">= 2.9.4.1"
BNFC:bnfc: ">= 2.9.4.1"

dependencies:
array: ">= 0.5.3.0"
Expand Down
8 changes: 4 additions & 4 deletions rzk/rzk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ library
alex >=3.2.4
, happy >=1.19.9
build-tool-depends:
BNFC:BNFC >=2.9.4.1
BNFC:bnfc >=2.9.4.1
build-depends:
Glob >=0.9.3
, array >=0.5.3.0
Expand Down Expand Up @@ -104,7 +104,7 @@ executable rzk
alex >=3.2.4
, happy >=1.19.9
build-tool-depends:
BNFC:BNFC >=2.9.4.1
BNFC:bnfc >=2.9.4.1
build-depends:
Glob >=0.9.3
, array >=0.5.3.0
Expand Down Expand Up @@ -133,7 +133,7 @@ test-suite doctests
alex >=3.2.4
, happy >=1.19.9
build-tool-depends:
BNFC:BNFC >=2.9.4.1
BNFC:bnfc >=2.9.4.1
build-depends:
Glob
, QuickCheck
Expand Down Expand Up @@ -162,7 +162,7 @@ test-suite rzk-test
alex >=3.2.4
, happy >=1.19.9
build-tool-depends:
BNFC:BNFC >=2.9.4.1
BNFC:bnfc >=2.9.4.1
build-depends:
Glob >=0.9.3
, array >=0.5.3.0
Expand Down

0 comments on commit b0577a4

Please sign in to comment.