Skip to content

Instantly share code, notes, and snippets.

@drever
Created May 4, 2018 21:25
Show Gist options
  • Select an option

  • Save drever/cf73dc7c85979668068cda96c292ca13 to your computer and use it in GitHub Desktop.

Select an option

Save drever/cf73dc7c85979668068cda96c292ca13 to your computer and use it in GitHub Desktop.
diff -ur Haskell-Pipes-Group-Library pipes-group-1.0.9
Only in Haskell-Pipes-Group-Library: .git
Only in Haskell-Pipes-Group-Library: .travis.yml
Only in Haskell-Pipes-Group-Library: default.nix
diff -ur Haskell-Pipes-Group-Library/pipes-group.cabal pipes-group-1.0.9/pipes-group.cabal
--- Haskell-Pipes-Group-Library/pipes-group.cabal 2018-05-04 23:16:06.000000000 +0200
+++ pipes-group-1.0.9/pipes-group.cabal 2018-01-28 17:00:56.000000000 +0100
@@ -1,5 +1,5 @@
Name: pipes-group
-Version: 1.0.7
+Version: 1.0.9
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
@@ -29,7 +29,7 @@
Default-Language: Haskell2010
Build-Depends:
base >= 4 && < 5 ,
- free >= 3.2 && < 5 ,
+ free >= 3.2 && < 5.1,
pipes >= 4.0 && < 4.4,
pipes-parse >= 3.0.0 && < 3.1,
transformers >= 0.2.0.0 && < 0.6
@@ -47,4 +47,4 @@
Build-Depends:
base >= 4 && < 5 ,
lens-family-core < 1.3,
- doctest >= 0.9.12 && < 0.16
+ doctest >= 0.9.12 && < 0.13
Only in Haskell-Pipes-Group-Library: release.nix
Only in Haskell-Pipes-Group-Library: shell.nix
Only in Haskell-Pipes-Group-Library: stack.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment