Skip to content

Commit a1c5fc9

Browse files
committed
hydra: fix casing of ihaskellSrc
1 parent 5c77aa7 commit a1c5fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hydra/ihaskell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let pkgs = import <nixpkgs> {}; in {
1515
# ihaskell-widgets
1616
];
1717
};
18-
build-8_2 = pkgs.callPackage <ihaskellsrc/release-8.2.nix> {
18+
build-8_2 = pkgs.callPackage <ihaskellSrc/release-8.2.nix> {
1919
packages = self: with self; [
2020
ihaskell-aeson
2121
ihaskell-blaze
@@ -31,7 +31,7 @@ let pkgs = import <nixpkgs> {}; in {
3131
# ihaskell-widgets
3232
];
3333
};
34-
build-8_4 = pkgs.callPackage <ihaskellsrc/release-8.4.nix> {
34+
build-8_4 = pkgs.callPackage <ihaskellSrc/release-8.4.nix> {
3535
packages = self: with self; [
3636
];
3737
};

0 commit comments

Comments
 (0)