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.mkDerivation (self: {
|
||||
pname = "network-fancy";
|
||||
version = "0.1.5.2";
|
||||
sha256 = "039yrrir17sphkzarwl7hncj7fb4x471mh2lvpqixl3a6nij141c";
|
||||
version = "0.2.1";
|
||||
sha256 = "1n8i7vyg1csdxxq7nip84ydkx3c8gykmqxg27ir0mmgj3p1jb42c";
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/taruti/network-fancy";
|
||||
description = "Networking support with a cleaner API";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
preConfigure = ''substituteInPlace Setup.hs --replace '-> rt' '-> return ()' '';
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user