haskellPackages.ip-quoter: bump
This commit is contained in:
parent
cb757098d5
commit
96749220c7
@ -76097,17 +76097,15 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"ip-quoter" = callPackage
|
"ip-quoter" = callPackage
|
||||||
({ mkDerivation, base, network, split, tasty, tasty-hunit
|
({ mkDerivation, base, network, cpu, tasty, tasty-hunit
|
||||||
, template-haskell
|
, template-haskell
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "ip-quoter";
|
pname = "ip-quoter";
|
||||||
version = "1.0.0.0";
|
version = "1.0.1.1";
|
||||||
revision = "1";
|
sha256 = "1819742yjdl96k2z8s55a5x9xw9mg4lps1dq1f55zvc31afkdi4l";
|
||||||
sha256 = "1idi03f6l9nwnsfp2mvkxz4sgwqlpa8ag3h5drb3i4hwgx0mkhfg";
|
buildDepends = [ base network cpu template-haskell ];
|
||||||
editedCabalFile = "5cd6b449c4acd24b27d27a839acdab85f65b5556dd7bc8be115b7e2f6dc5df11";
|
testDepends = [ base network tasty tasty-hunit cpu ];
|
||||||
buildDepends = [ base network split template-haskell ];
|
|
||||||
testDepends = [ base network tasty tasty-hunit ];
|
|
||||||
homepage = "https://github.com/shlevy/ip-quoter";
|
homepage = "https://github.com/shlevy/ip-quoter";
|
||||||
description = "Quasiquoter for IP addresses";
|
description = "Quasiquoter for IP addresses";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user