Update hoogle and structured-haskell-mode to latest version of haskell-src-exts.

This commit is contained in:
Peter Simons 2016-11-02 07:54:31 +01:00
parent c6cd4ee35d
commit 38dc05fd06

View File

@ -299,7 +299,7 @@ self: super: {
hasql = dontCheck super.hasql; # http://hydra.cryp.to/build/502489/nixlog/4/raw
hasql-transaction = dontCheck super.hasql-transaction; # wants to connect to postgresql
hjsonschema = overrideCabal super.hjsonschema (drv: { testTarget = "local"; });
hoogle_5_0_4 = super.hoogle_5_0_4.override { haskell-src-exts = self.haskell-src-exts_1_18_2; };
hoogle_5_0_4 = super.hoogle_5_0_4.override { haskell-src-exts = self.haskell-src-exts_1_19_0; };
marmalade-upload = dontCheck super.marmalade-upload; # http://hydra.cryp.to/build/501904/nixlog/1/raw
mongoDB = dontCheck super.mongoDB;
network-transport-tcp = dontCheck super.network-transport-tcp;
@ -802,7 +802,7 @@ self: super: {
ln -s $lispdir $out/share/emacs/site-lisp
'';
})).override {
haskell-src-exts = self.haskell-src-exts_1_18_2;
haskell-src-exts = self.haskell-src-exts_1_19_0;
};
# # Make elisp files available at a location where people expect it.