Skip to content

Commit 24dc030

Browse files
committed
0.2.5.6 - allow newer happstack-server and mtl
1 parent b6f5884 commit 24dc030

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/haskell-ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- compiler: ghc-9.2.2
31+
- compiler: ghc-9.4.3
3232
compilerKind: ghc
33-
compilerVersion: 9.2.2
33+
compilerVersion: 9.4.3
34+
setup-method: ghcup
35+
allow-failure: false
36+
- compiler: ghc-9.2.5
37+
compilerKind: ghc
38+
compilerVersion: 9.2.5
3439
setup-method: ghcup
3540
allow-failure: false
3641
- compiler: ghc-9.0.2

reform-happstack.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: reform-happstack
2-
Version: 0.2.5.5
2+
Version: 0.2.5.6
33
Synopsis: Happstack support for reform.
44
Description: Reform is a library for building and validating forms using applicative functors. This package add support for using reform with Happstack.
55
Homepage: http://www.happstack.com/
@@ -11,7 +11,7 @@ Copyright: 2012 Jeremy Shaw, Jasper Van der Jeugt, SeeReason Partners
1111
Category: Web
1212
Build-type: Simple
1313
Cabal-version: >=1.10
14-
tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.2
14+
tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.5, GHC == 9.4.3
1515

1616
source-repository head
1717
type: git
@@ -22,8 +22,8 @@ Library
2222
Exposed-modules: Text.Reform.Happstack
2323
Build-depends: base >4 && <5,
2424
bytestring >= 0.9 && < 0.13,
25-
happstack-server >= 7.0 && < 7.8,
26-
mtl >= 2.0 && < 2.3,
25+
happstack-server >= 7.0 && < 7.9,
26+
mtl >= 2.0 && < 2.4,
2727
random >= 1.0 && < 1.3,
2828
reform >= 0.2 && < 0.4,
2929
text >= 0.11 && < 2.1,

0 commit comments

Comments
 (0)