Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 0013798

Browse files
committed
update transformers version to 0.6
1 parent 091ce1d commit 0013798

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ dist/
22
.cabal-sandbox
33
cabal.sandbox.config
44
.stack*
5+
dist-newstyle/

network-transport.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Library
6868
binary >= 0.5 && < 0.9,
6969
bytestring >= 0.9 && < 0.12,
7070
hashable >= 1.2.0.5 && < 1.5,
71-
transformers >= 0.2 && < 0.6,
71+
transformers >= 0.6 && < 0.7,
7272
deepseq >= 1.0 && < 1.5
7373
if impl(ghc < 7.6)
7474
Build-Depends: ghc-prim >= 0.2 && < 0.4

0 commit comments

Comments
 (0)