Skip to content

Commit 862205b

Browse files
committed
nhc98: init
1 parent 3a743db commit 862205b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

nhc98/default.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
let
2+
pkgs = import <nixpkgs> {};
3+
in pkgs.pkgsi686Linux.stdenv.mkDerivation {
4+
name = "nhc98";
5+
src = builtins.fetchurl {
6+
url = "http://www.haskell.org/nhc98/nhc98src-1.22.tar.gz";
7+
sha256 = "0fkgxgsd2iqxvwcgnad1702kradwlbcal6rxdrgb22vd6dnc3i8l";
8+
};
9+
}

0 commit comments

Comments
 (0)