Skip to content

Commit 25af62d

Browse files
committed
Added metadata files.
1 parent 0323315 commit 25af62d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.hgignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ syntax: regexp
44
\.\#
55
\.DS_Store$
66
\.cabal-sandbox/
7+
\.vagrant/
78
\.hpc/
89
\.tix$
910
cabal\.sandbox\.config$
11+
\.shake\.database$
1012
dist/
13+
\.stack-work/

stack.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
resolver: nightly-2016-05-31
2+
flags: {}
3+
packages:
4+
- location: '.'
5+
extra-deps:
6+
- unagi-chan-0.4.0.0

unagi-streams.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: unagi-streams
2-
version: 0.1.3
2+
version: 0.2.0
33
synopsis: Unagi Chan IO-Streams
44
description: 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

0 commit comments

Comments
 (0)