Skip to content

Commit

Permalink
Allow base from 8.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwiz authored and int-index committed Mar 11, 2021
1 parent 500cb6d commit c861336
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- "8.4.4"
- "8.6.5"
- "8.8.4"
- "8.10.4"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions shower.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shower
version: 0.2.0.2
version: 0.2.0.3
synopsis: Clean up the formatting of 'show' output
-- description:
license: BSD3
Expand Down Expand Up @@ -28,7 +28,7 @@ library
Shower.Parser
Shower.Class
build-depends:
base >=4.10 && <4.14,
base >=4.10 && <4.15,
megaparsec,
pretty
hs-source-dirs: lib
Expand All @@ -38,7 +38,7 @@ library
executable shower
main-is: Main.hs
build-depends:
base >=4.10 && <4.14,
base >=4.10 && <4.15,
shower
hs-source-dirs: exe
default-language: Haskell2010
Expand All @@ -50,7 +50,7 @@ test-suite shower-tests
Property
type: exitcode-stdio-1.0
build-depends:
base >=4.10 && <4.14,
base >=4.10 && <4.15,
aeson,
tasty,
tasty-golden,
Expand Down

0 comments on commit c861336

Please sign in to comment.