summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-04-11 14:40:39 -0400
committerShea Levy <shea@shealevy.com>2015-04-11 14:40:39 -0400
commitafa985d4e760ea4e1573b74d75b056ae6cf86b3c (patch)
treeddb2fb25b77ba2a1e3f6c40aca4dff135bf16be9 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parentfe4d221a3014be1b8ec5bb441ad954be2e9e44e2 (diff)
downloadnixpkgs-afa985d4e760ea4e1573b74d75b056ae6cf86b3c.tar
nixpkgs-afa985d4e760ea4e1573b74d75b056ae6cf86b3c.tar.gz
nixpkgs-afa985d4e760ea4e1573b74d75b056ae6cf86b3c.tar.bz2
nixpkgs-afa985d4e760ea4e1573b74d75b056ae6cf86b3c.tar.lz
nixpkgs-afa985d4e760ea4e1573b74d75b056ae6cf86b3c.tar.xz
nixpkgs-afa985d4e760ea4e1573b74d75b056ae6cf86b3c.tar.zst
nixpkgs-afa985d4e760ea4e1573b74d75b056ae6cf86b3c.zip
arithmoi: Fix for ghc 7.10
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 36062652b1f..54e3a475a3c 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -237,6 +237,10 @@ self: super: {
   unix-time = dontCheck super.unix-time;
 
   # Until the changes have been pushed to Hackage
+  arithmoi = appendPatch super.arithmoi (pkgs.fetchpatch {
+    url = "https://github.com/cartazio/arithmoi/pull/3.patch";
+    sha256 = "1rqs796sh81inqkg2vadskcjpp6q92j6k8zpn370990wndndzzmq";
+  });
   mono-traversable = appendPatch super.mono-traversable (pkgs.fetchpatch {
     url = "https://github.com/snoyberg/mono-traversable/pull/68.patch";
     sha256 = "11hqf6hi3sc34wl0fn4rpigdf7wfklcjv6jwp8c3129yphg8687h";