Skip to content

Commit 1fb3210

Browse files
committed
Add base upper bound to please cabal check
1 parent 4a7be37 commit 1fb3210

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ on:
1717
push:
1818
branches:
1919
- master
20-
- ci*
2120
pull_request:
2221
branches:
2322
- master
24-
- ci*
2523
jobs:
2624
linux:
2725
name: Haskell-CI - Linux - ${{ matrix.compiler }}

cabal.haskell-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
branches: master ci*
1+
branches: master
22

33
apt: libxml2-dev
44

core/test-framework.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Test-Suite test-framework-tests
119119
-- Buildable: False
120120
Build-Depends: HUnit >= 1.2
121121
, QuickCheck >= 2.3 && < 2.16
122-
, base >= 4.3
122+
, base >= 4.3 && < 5
123123
, random >= 1.0
124124
, containers >= 0.1
125125
, ansi-terminal >= 0.4.0

0 commit comments

Comments
 (0)