We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7be37 commit 1fb3210Copy full SHA for 1fb3210
.github/workflows/haskell-ci.yml
@@ -17,11 +17,9 @@ on:
17
push:
18
branches:
19
- master
20
- - ci*
21
pull_request:
22
23
24
25
jobs:
26
linux:
27
name: Haskell-CI - Linux - ${{ matrix.compiler }}
cabal.haskell-ci
@@ -1,4 +1,4 @@
1
-branches: master ci*
+branches: master
2
3
apt: libxml2-dev
4
core/test-framework.cabal
@@ -119,7 +119,7 @@ Test-Suite test-framework-tests
119
-- Buildable: False
120
Build-Depends: HUnit >= 1.2
121
, QuickCheck >= 2.3 && < 2.16
122
- , base >= 4.3
+ , base >= 4.3 && < 5
123
, random >= 1.0
124
, containers >= 0.1
125
, ansi-terminal >= 0.4.0
0 commit comments