summary refs log tree commit diff
path: root/pkgs/top-level/haskell-defaults.nix
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2014-12-27 22:31:56 -0500
committerCharles Strahan <charles.c.strahan@gmail.com>2014-12-27 22:31:56 -0500
commit780ec20283380bf0524978d03bd67d4b4aec1250 (patch)
tree1e9a49fbabfa0e4965df439351cb13a6c360c466 /pkgs/top-level/haskell-defaults.nix
parente92c65f37d8b76599fd5b0ba1ccf2ab6a699a14b (diff)
downloadnixpkgs-780ec20283380bf0524978d03bd67d4b4aec1250.tar
nixpkgs-780ec20283380bf0524978d03bd67d4b4aec1250.tar.gz
nixpkgs-780ec20283380bf0524978d03bd67d4b4aec1250.tar.bz2
nixpkgs-780ec20283380bf0524978d03bd67d4b4aec1250.tar.lz
nixpkgs-780ec20283380bf0524978d03bd67d4b4aec1250.tar.xz
nixpkgs-780ec20283380bf0524978d03bd67d4b4aec1250.tar.zst
nixpkgs-780ec20283380bf0524978d03bd67d4b4aec1250.zip
ghcjs: regenerate extension
Diffstat (limited to 'pkgs/top-level/haskell-defaults.nix')
-rw-r--r--pkgs/top-level/haskell-defaults.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/top-level/haskell-defaults.nix b/pkgs/top-level/haskell-defaults.nix
index 255c87768ea..191ad7ab763 100644
--- a/pkgs/top-level/haskell-defaults.nix
+++ b/pkgs/top-level/haskell-defaults.nix
@@ -260,8 +260,8 @@
         # This is the list of packages that are built into a booted ghcjs installation
         # It can be generated with the command:
         # nix-shell '<nixpkgs>' -A pkgs.haskellPackages_ghcjs.ghc --command "ghcjs-pkg list | sed -n 's/^    \(.*\)-\([0-9.]*\)$/\1_\2/ p' | sed 's/\./_/g' | sed 's/-\(.\)/\U\1/' | sed 's/^\([^_]*\)\(.*\)$/\1\2 = null;\n\1 = self.\1\2;/'"
-        Cabal_1_20_0_2 = null;
-        Cabal = self.Cabal_1_22_0_0;
+        Cabal_1_21_1_0 = null;
+        Cabal = self.Cabal_1_21_1_0;
         aeson_0_8_0_0 = null;
         aeson = self.aeson_0_8_0_0;
         array_0_5_0_0 = null;
@@ -276,8 +276,8 @@
         binary = self.binary_0_7_2_1;
         rts_1_0 = null;
         rts = self.rts_1_0;
-        # bytestring_0_10_4_1 = null;
-        # bytestring = self.bytestring_0_10_4_1;
+        bytestring_0_10_4_1 = null;
+        bytestring = self.bytestring_0_10_4_1;
         caseInsensitive_1_2_0_0 = null;
         caseInsensitive = self.caseInsensitive_1_2_0_0;
         containers_0_5_5_1 = null;
@@ -322,8 +322,8 @@
         stm = self.stm_2_4_3;
         syb_0_4_2 = null;
         syb = self.syb_0_4_2;
-        # templateHaskell_2_9_0_0 = null;
-        # templateHaskell = self.templateHaskell_2_9_0_0;
+        templateHaskell_2_9_0_0 = null;
+        templateHaskell = self.templateHaskell_2_9_0_0;
         text_1_1_1_3 = null;
         text = self.text_1_1_1_3;
         time_1_4_2 = null;