tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-pipes-attoparsec: update to version 0.5.1.1
Peter Simons
11 years ago
80585d45
9f1a7d1c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
haskell
pipes-attoparsec
default.nix
+2
-2
pkgs/development/libraries/haskell/pipes-attoparsec/default.nix
···
6
7
cabal.mkDerivation (self: {
8
pname = "pipes-attoparsec";
9
-
version = "0.5.1";
10
-
sha256 = "0qvsvbcn211xp4c669cpljmnsqn9zk1rn94ya1dbq77l970s8xah";
11
buildDepends = [ attoparsec pipes pipesParse text transformers ];
12
testDepends = [
13
attoparsec HUnit mmorph pipes pipesParse tasty tastyHunit text
···
6
7
cabal.mkDerivation (self: {
8
pname = "pipes-attoparsec";
9
+
version = "0.5.1.1";
10
+
sha256 = "1ns8s3p6jh4iya71z3j81cqnrfnr4n92kblwgkjlapb23dykl2qz";
11
buildDepends = [ attoparsec pipes pipesParse text transformers ];
12
testDepends = [
13
attoparsec HUnit mmorph pipes pipesParse tasty tastyHunit text