tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
structured-haskell-mode: actually fix
Mateusz Kowalczyk
11 years ago
b41f2cde
f86ef026
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
all-packages.nix
+3
-2
pkgs/top-level/all-packages.nix
···
3954
3954
python2Packages = python27Packages;
3955
3955
python3Packages = python34Packages;
3956
3956
3957
3957
-
python26 = callPackage ../development/interpreters/python/2.6 {
3957
3957
+
python26 = callPackage ../development/interpreters/python/2.6 {
3958
3958
db = db47;
3959
3959
self = python26;
3960
3960
};
···
9141
9141
stratego = callPackage ../applications/editors/emacs-modes/stratego { };
9142
9142
9143
9143
structuredHaskellMode = callPackage ../applications/editors/emacs-modes/structured-haskell-mode {
9144
9144
-
inherit (haskellPackages) cabal haskellSrc_1_0_1_5;
9144
9144
+
inherit (haskellPackages) cabal ;
9145
9145
+
haskellSrcExts = haskellPackages.haskellSrcExts_1_15_0_1;
9145
9146
};
9146
9147
9147
9148
sunriseCommander = callPackage ../applications/editors/emacs-modes/sunrise-commander { };