File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ syntax: regexp
44\.\#
55\.DS_Store$
66\.cabal-sandbox/
7+ \.vagrant/
78\.hpc/
89\.tix$
910cabal\.sandbox\.config$
11+ \.shake\.database$
1012dist/
13+ \.stack-work/
Original file line number Diff line number Diff line change 1+ resolver : nightly-2016-05-31
2+ flags : {}
3+ packages :
4+ - location : ' .'
5+ extra-deps :
6+ - unagi-chan-0.4.0.0
Original file line number Diff line number Diff line change 11name : unagi-streams
2- version : 0.1.3
2+ version : 0.2.0
33synopsis : Unagi Chan IO-Streams
44description : Io-streams chans implemented underneath with
55 unagi-chans. This library is a straight port of
@@ -23,7 +23,7 @@ library
2323 System.IO.Streams.Concurrent.Unagi
2424 , System.IO.Streams.Concurrent.Unagi.Bounded
2525 build-depends :
26- base >= 4.7 && < 4.9
26+ base >= 4.7 && < 4.10
2727 , unagi-chan >= 0.2 && < 0.5
2828 , io-streams >= 1.2 && < 1.4
2929
You can’t perform that action at this time.
0 commit comments