src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.hgignore3
-rw-r--r--stack.yaml6
-rw-r--r--unagi-streams.cabal4
3 files changed, 11 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index bf3f341..57b0e2f 100644
--- a/.hgignore
+++ b/.hgignore
@@ -4,7 +4,10 @@ syntax: regexp
\.\#
\.DS_Store$
\.cabal-sandbox/
+\.vagrant/
\.hpc/
\.tix$
cabal\.sandbox\.config$
+\.shake\.database$
dist/
+\.stack-work/
diff --git a/stack.yaml b/stack.yaml
new file mode 100644
index 0000000..53a47d9
--- /dev/null
+++ b/stack.yaml
@@ -0,0 +1,6 @@
+resolver: nightly-2016-05-31
+flags: {}
+packages:
+ - location: '.'
+extra-deps:
+ - unagi-chan-0.4.0.0
diff --git a/unagi-streams.cabal b/unagi-streams.cabal
index bb26ffe..b1f97f0 100644
--- a/unagi-streams.cabal
+++ b/unagi-streams.cabal
@@ -1,5 +1,5 @@
name: unagi-streams
-version: 0.1.3
+version: 0.2.0
synopsis: Unagi Chan IO-Streams
description: Io-streams chans implemented underneath with
unagi-chans. This library is a straight port of
@@ -23,7 +23,7 @@ library
System.IO.Streams.Concurrent.Unagi
, System.IO.Streams.Concurrent.Unagi.Bounded
build-depends:
- base >= 4.7 && < 4.9
+ base >= 4.7 && < 4.10
, unagi-chan >= 0.2 && < 0.5
, io-streams >= 1.2 && < 1.4