Skip to content

Commit

Permalink
haskellPackages.mandrill: fix build for ghc843
Browse files Browse the repository at this point in the history
(cherry picked from commit 73862bf)
  • Loading branch information
basvandijk committed Sep 21, 2018
1 parent fc3cfe3 commit 93506c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -1137,4 +1137,10 @@ self: super: {
safe-money-serialise = super.safe-money-serialise.override { safe-money = self.safe-money_0_7; };
safe-money-xmlbf = super.safe-money-xmlbf.override { safe-money = self.safe-money_0_7; };

# https://github.com/adinapoli/mandrill/pull/52
mandrill = appendPatch super.mandrill (pkgs.fetchpatch {
url = https://github.com/adinapoli/mandrill/commit/30356d9dfc025a5f35a156b17685241fc3882c55.patch;
sha256 = "1qair09xs6vln3vsjz7sy4hhv037146zak4mq3iv6kdhmp606hqv";
});

} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

0 comments on commit 93506c3

Please sign in to comment.