pipes-safe 2.0.1 → 2.0.2
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~pipes
Dependency ranges changed: pipes
Files
- LICENSE +1/−1
- pipes-safe.cabal +3/−3
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2013, Gabriel Gonzalez+Copyright (c) 2013, 2014 Gabriel Gonzalez All rights reserved. Redistribution and use in source and binary forms, with or without modification,
pipes-safe.cabal view
@@ -1,10 +1,10 @@ Name: pipes-safe-Version: 2.0.1+Version: 2.0.2 Cabal-Version: >=1.8.0.2 Build-Type: Simple License: BSD3 License-File: LICENSE-Copyright: 2013 Gabriel Gonzalez+Copyright: 2013, 2014 Gabriel Gonzalez Author: Gabriel Gonzalez Maintainer: Gabriel439@gmail.com Bug-Reports: https://github.com/Gabriel439/Haskell-Pipes-Safe-Library/issues@@ -38,7 +38,7 @@ containers >= 0.3.0.0 && < 0.6, exceptions >= 0.3.2 && < 0.4, transformers >= 0.2.0.0 && < 0.4,- pipes >= 4.0.0 && < 4.1+ pipes >= 4.0.0 && < 4.2 Exposed-Modules: Pipes.Safe, Pipes.Safe.Prelude