summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-06-24 13:24:41 -0400
committerShea Levy <shea@shealevy.com>2015-06-24 13:24:41 -0400
commit96749220c7f32dce14d1560932d16e4e5d267f24 (patch)
treee083264b085d2fe423d39c52f04049853ac51ebb /pkgs/development
parentcb757098d5ddbb5b0d2e2061f167722f08e7d963 (diff)
downloadnixlib-96749220c7f32dce14d1560932d16e4e5d267f24.tar
nixlib-96749220c7f32dce14d1560932d16e4e5d267f24.tar.gz
nixlib-96749220c7f32dce14d1560932d16e4e5d267f24.tar.bz2
nixlib-96749220c7f32dce14d1560932d16e4e5d267f24.tar.lz
nixlib-96749220c7f32dce14d1560932d16e4e5d267f24.tar.xz
nixlib-96749220c7f32dce14d1560932d16e4e5d267f24.tar.zst
nixlib-96749220c7f32dce14d1560932d16e4e5d267f24.zip
haskellPackages.ip-quoter: bump
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index ba22bdaee6c9..a9f389805fe3 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;