ghcjs: fix the build

This commit is contained in:
Charles Strahan
2016-01-24 13:27:41 -05:00
parent 9aac99ccb0
commit 700e4aebdc
2 changed files with 5 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ self: super: {
# These packages are core libraries in GHC 7.10.x, but not here.
bin-package-db = null;
haskeline = self.haskeline_0_7_2_1;
hoopl = self.hoopl_3_10_2_0;
hoopl = self.hoopl_3_10_2_1;
hpc = self.hpc_0_6_0_2;
terminfo = self.terminfo_0_4_0_1;
xhtml = self.xhtml_3000_2_1;