diff options
| author | Luke Hoersten <[email protected]> | 2016-05-31 22:18:36 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2016-05-31 22:18:36 -0500 |
| commit | cd56306d66ae44d60d637ce190a7049325dc49db (patch) | |
| tree | ef5afd54930d2ee4504bf7a5094d37d9311d977a | |
| parent | edb077dbf364ec3b5ba153d3440953791bd1cc62 (diff) | |
| -rw-r--r-- | .hgignore | 3 | ||||
| -rw-r--r-- | stack.yaml | 6 | ||||
| -rw-r--r-- | unagi-streams.cabal | 4 |
3 files changed, 11 insertions, 2 deletions
@@ -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 |
