Skip to content

Commit

Permalink
Bump stack-9.2.5 and -9.4.4.yaml; .cabal file cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Feb 25, 2023
1 parent b2f6736 commit da0d380
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
16 changes: 7 additions & 9 deletions source/BNFC.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ tested-with:
GHC == 8.0.2
GHC == 7.10.3

Extra-source-files:
extra-doc-files:
README.md
CHANGELOG.md
-- LICENSE is automatically included

extra-source-files:
Makefile
src/BNFC.cf
src/Makefile
Expand Down Expand Up @@ -80,12 +82,8 @@ executable bnfc
LambdaCase

-- The library goal is there for internal reasons:
-- It gives us a dependency BNFC which we can use to steer
-- the build order. For doctests, we need Build_doctests,
-- which is generated by Setup.lhs when building the library.
--
-- As added value, the bundling of the library saves us
-- from compiling every module twice:
-- It gives us a dependency BNFC which we can use to steer the build order.
-- The bundling of the library saves us from compiling every module twice:
-- once for the executable, and once for unit-tests.
-- Now, both can depend on the library.

Expand Down Expand Up @@ -272,8 +270,8 @@ test-suite unit-tests
build-depends:
BNFC,
-- base-4.9 would be needed for Show1 needed for Show WriterT
base >= 4.8 && < 5,
mtl >= 2.2.1,
base,
mtl,
directory,
array,
process,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion stack-9.2.5.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-20.0
resolver: lts-20.11
compiler: ghc-9.2.5
compiler-check: match-exact

Expand Down
2 changes: 1 addition & 1 deletion stack-9.4.4.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2023-01-15
resolver: nightly-2023-02-23
compiler: ghc-9.4.4
compiler-check: match-exact

Expand Down

0 comments on commit da0d380

Please sign in to comment.