haskell-network-fancy: update to version 0.2.1
This commit is contained in:
parent
ea9b1bfcf7
commit
d93c2fde98
@ -1,14 +1,16 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal }:
|
{ cabal }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "network-fancy";
|
pname = "network-fancy";
|
||||||
version = "0.1.5.2";
|
version = "0.2.1";
|
||||||
sha256 = "039yrrir17sphkzarwl7hncj7fb4x471mh2lvpqixl3a6nij141c";
|
sha256 = "1n8i7vyg1csdxxq7nip84ydkx3c8gykmqxg27ir0mmgj3p1jb42c";
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/taruti/network-fancy";
|
homepage = "http://github.com/taruti/network-fancy";
|
||||||
description = "Networking support with a cleaner API";
|
description = "Networking support with a cleaner API";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
preConfigure = ''substituteInPlace Setup.hs --replace '-> rt' '-> return ()' '';
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user