mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-http-attoparsec: update to version 0.1.1
This commit is contained in:
parent
b718aeaea9
commit
d3c9d6c030
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "http-attoparsec";
|
||||
version = "0.1.0";
|
||||
sha256 = "1ncdjzgb5kv20y9kps4nawvbwaqnfil9g552if638vv8hag8cwq9";
|
||||
version = "0.1.1";
|
||||
sha256 = "12l892fix11mrvm10awwvv31y59q5rb6gb0sqjp6l4p4ym9ngqa3";
|
||||
buildDepends = [ attoparsec httpTypes ];
|
||||
meta = {
|
||||
homepage = "https://github.com/tlaitinen/http-attoparsec";
|
||||
|
|
Loading…
Reference in a new issue