haskellPackages.ip-quoter: bump

This commit is contained in:
Shea Levy 2015-06-24 13:24:41 -04:00
parent cb757098d5
commit 96749220c7

View File

@ -76097,17 +76097,15 @@ self: {
}) {};
"ip-quoter" = callPackage
({ mkDerivation, base, network, split, tasty, tasty-hunit
({ mkDerivation, base, network, cpu, tasty, tasty-hunit
, template-haskell
}:
mkDerivation {
pname = "ip-quoter";
version = "1.0.0.0";
revision = "1";
sha256 = "1idi03f6l9nwnsfp2mvkxz4sgwqlpa8ag3h5drb3i4hwgx0mkhfg";
editedCabalFile = "5cd6b449c4acd24b27d27a839acdab85f65b5556dd7bc8be115b7e2f6dc5df11";
buildDepends = [ base network split template-haskell ];
testDepends = [ base network tasty tasty-hunit ];
version = "1.0.1.1";
sha256 = "1819742yjdl96k2z8s55a5x9xw9mg4lps1dq1f55zvc31afkdi4l";
buildDepends = [ base network cpu template-haskell ];
testDepends = [ base network tasty tasty-hunit cpu ];
homepage = "https://github.com/shlevy/ip-quoter";
description = "Quasiquoter for IP addresses";
license = stdenv.lib.licenses.mit;