Skip to content

Commit

Permalink
Version 4.1.9 => 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed May 28, 2016
1 parent 793e734 commit 8814f6d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2012-2014 Gabriel Gonzalez
Copyright (c) 2012-2016 Gabriel Gonzalez
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Pipes v4.1.9
# Pipes v4.2.0

`pipes` is a clean and powerful stream processing library that lets you build
and connect reusable streaming components.
Expand Down
20 changes: 10 additions & 10 deletions pipes.cabal
@@ -1,11 +1,11 @@
Name: pipes
Version: 4.1.9
Version: 4.2.0
Cabal-Version: >= 1.10
Build-Type: Simple
Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
License: BSD3
License-File: LICENSE
Copyright: 2012-2014 Gabriel Gonzalez
Copyright: 2012-2016 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/Haskell-Pipes-Library/issues
Expand Down Expand Up @@ -71,7 +71,7 @@ Benchmark prelude-benchmarks
criterion >= 1.1.1.0 && < 1.2,
optparse-applicative >= 0.12 && < 0.13,
mtl >= 2.1 && < 2.3,
pipes >= 4.0.0 && < 4.2
pipes

test-suite tests
Default-Language: Haskell2010
Expand All @@ -82,7 +82,7 @@ test-suite tests

Build-Depends:
base >= 4.4 && < 5 ,
pipes >= 4.0.0 && < 4.2 ,
pipes ,
QuickCheck >= 2.4 && < 3 ,
mtl >= 2.1 && < 2.3 ,
test-framework >= 0.4 && < 1 ,
Expand All @@ -98,9 +98,9 @@ Benchmark lift-benchmarks
GHC-Options: -O2 -Wall -rtsopts -fno-warn-unused-do-bind

Build-Depends:
base >= 4.4 && < 5 ,
criterion >= 1.1.1.0 && < 1.2,
optparse-applicative >= 0.12 && < 0.13,
mtl >= 2.1 && < 2.3,
pipes >= 4.0.0 && < 4.2,
transformers >= 0.2.0.0 && < 0.6
base >= 4.4 && < 5 ,
criterion >= 1.1.1.0 && < 1.2 ,
optparse-applicative >= 0.12 && < 0.13,
mtl >= 2.1 && < 2.3 ,
pipes ,
transformers >= 0.2.0.0 && < 0.6

0 comments on commit 8814f6d

Please sign in to comment.