Skip to content

Commit cd8f843

Browse files
committed
bumped version to 7.2.1.6. attempt to test with GHC 8.10.1
1 parent 551a8a6 commit cd8f843

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/haskell-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,21 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31+
- compiler: ghc-9.10.1
32+
compilerKind: ghc
33+
compilerVersion: 9.10.1
34+
setup-method: ghcup
35+
allow-failure: false
3136
- compiler: ghc-9.8.1
3237
compilerKind: ghc
3338
compilerVersion: 9.8.1
3439
setup-method: ghcup
3540
allow-failure: false
41+
- compiler: ghc-9.8.2
42+
compilerKind: ghc
43+
compilerVersion: 9.8.2
44+
setup-method: ghcup
45+
allow-failure: false
3646
- compiler: ghc-9.6.4
3747
compilerKind: ghc
3848
compilerVersion: 9.6.4
@@ -190,6 +200,8 @@ jobs:
190200
uses: actions/checkout@v3
191201
with:
192202
path: source
203+
env:
204+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
193205
- name: initial cabal.project for sdist
194206
run: |
195207
touch cabal.project

happstack-server-tls.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: happstack-server-tls
2-
Version: 7.2.1.5
2+
Version: 7.2.1.6
33
Synopsis: extend happstack-server with https:// support (TLS/SSL)
44
Description: Allows you to use https:// without relying on apache, nginx, etc
55
Homepage: http://www.happstack.com/

0 commit comments

Comments
 (0)