diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index ba22bdaee6c..a9f389805fe 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -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;