We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a743db commit 862205bCopy full SHA for 862205b
nhc98/default.nix
@@ -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