Skip to content

Commit

Permalink
cabal check
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbrock committed May 8, 2023
1 parent 16d9de9 commit 672ba43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
cabal-version: ${{ matrix.cabal }}
- run: cabal v2-update $CONFIG
- run: cabal v2-freeze $CONFIG
- uses: actions/cache@v2
# https://github.com/actions/cache
- uses: actions/[email protected]
with:
path: |
${{ steps.setup-haskell-cabal.outputs.cabal-store }}
Expand Down
7 changes: 3 additions & 4 deletions replace-megaparsec.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cabal-version: 3.8
name: replace-megaparsec
version: 1.5.0.0
cabal-version: 1.18
synopsis: Find, replace, and split string patterns with Megaparsec parsers (instead of regex)
homepage: https://github.com/jamesdbrock/replace-megaparsec
bug-reports: https://github.com/jamesdbrock/replace-megaparsec/issues
license: BSD2
license: BSD-2-Clause
license-file: LICENSE
author: James Brock <[email protected]>
maintainer: James Brock <[email protected]>
Expand All @@ -24,7 +24,7 @@ source-repository head

library
hs-source-dirs: src
build-depends: base >= 4.0
build-depends: base >= 4.0 && < 5.0
, megaparsec >= 7.0.0
, bytestring
, text
Expand All @@ -46,4 +46,3 @@ test-suite test
, hspec
, text
, bytestring
ghc-options: -Wall -debug

0 comments on commit 672ba43

Please sign in to comment.