Skip to content

Commit 7af4e1c

Browse files
committed
allower newer build depends
1 parent f4f874d commit 7af4e1c

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ Track creation date of user account.
1919

2020
Allow hooks to be called when a new account is created.
2121

22+
usernames should be case insensitive.

happstack-authenticate.cabal

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ common shared-ghcjs-properties
4747
, lens
4848
, mtl
4949
, safecopy
50-
, shakespeare >= 2.0 && < 2.1
50+
, shakespeare >= 2.0 && < 2.2
5151
, stm
5252
, text
5353
, template-haskell
@@ -89,18 +89,18 @@ Library
8989

9090

9191
Build-depends: base > 4 && < 5,
92-
bytestring >= 0.9 && < 0.12,
92+
bytestring >= 0.9 && < 0.13,
9393
base64-bytestring >= 1.0 && < 1.3,
94-
aeson (>= 0.4 && < 0.10) || (>= 0.11 && < 1.6) || (>= 2.0 && < 2.1),
94+
aeson (>= 0.4 && < 0.10) || (>= 0.11 && < 1.6) || (>= 2.0 && < 2.3),
9595
boomerang >= 1.4 && < 1.5,
96-
containers >= 0.4 && < 0.7,
96+
containers >= 0.4 && < 0.9,
9797
ixset-typed >= 0.3 && < 0.6,
98-
lens >= 4.2 && < 5.2,
99-
mtl >= 2.0 && < 2.3,
98+
lens >= 4.2 && < 5.4,
99+
mtl >= 2.0 && < 2.4,
100100
pwstore-purehaskell == 2.1.*,
101101
safecopy >= 0.8 && < 0.11,
102-
shakespeare >= 2.0 && < 2.1,
103-
text >= 0.11 && < 2.1,
102+
shakespeare >= 2.0 && < 2.2,
103+
text >= 0.11 && < 2.2,
104104
userid >= 0.1 && < 0.2,
105105
web-routes >= 0.26 && < 0.28,
106106
web-routes-boomerang >= 0.28 && < 0.29,
@@ -110,23 +110,23 @@ Library
110110
Build-depends:
111111
acid-state >= 0.6 && < 0.17,
112112
authenticate == 1.3.*,
113-
data-default >= 0.5 && < 0.8,
113+
data-default >= 0.5 && < 0.9,
114114
email-validate >= 2.1 && < 2.4,
115-
filepath >= 1.3 && < 1.5,
115+
filepath >= 1.3 && < 1.6,
116116
hsx2hs >= 0.13 && < 0.15,
117117
jmacro >= 0.6.11 && < 0.7,
118118
jwt >= 0.3 && < 0.12,
119119
happstack-jmacro >= 7.0 && < 7.1,
120-
happstack-server >= 6.0 && < 7.9,
120+
happstack-server >= 6.0 && < 7.10,
121121
happstack-hsp >= 7.3 && < 7.4,
122122
http-conduit >= 2.1.0 && < 2.4,
123123
http-types >= 0.6 && < 0.13,
124124
hsp >= 0.10 && < 0.11,
125125
hsx-jmacro >= 7.3 && < 7.4,
126126
mime-mail >= 0.4 && < 0.6,
127127
stm >= 2.4 && < 2.6,
128-
time >= 1.2 && < 1.14,
129-
random >= 1.0 && < 1.3,
128+
time >= 1.2 && < 1.16,
129+
random >= 1.0 && < 1.4,
130130
unordered-containers == 0.2.*,
131131
web-routes-happstack == 0.23.*,
132132

0 commit comments

Comments
 (0)