summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-11-01 16:58:26 +0100
committerPeter Simons <simons@cryp.to>2014-11-01 21:08:04 +0100
commit2e0af23c360865e29028a5d68b82ecd134f168a4 (patch)
tree97b7e139596396c221ae207bc819f2875dd68f7e /pkgs/top-level
parent27242c52f796c24df6e75cb79be1153f9e4b2ea4 (diff)
downloadnixpkgs-2e0af23c360865e29028a5d68b82ecd134f168a4.tar
nixpkgs-2e0af23c360865e29028a5d68b82ecd134f168a4.tar.gz
nixpkgs-2e0af23c360865e29028a5d68b82ecd134f168a4.tar.bz2
nixpkgs-2e0af23c360865e29028a5d68b82ecd134f168a4.tar.lz
nixpkgs-2e0af23c360865e29028a5d68b82ecd134f168a4.tar.xz
nixpkgs-2e0af23c360865e29028a5d68b82ecd134f168a4.tar.zst
nixpkgs-2e0af23c360865e29028a5d68b82ecd134f168a4.zip
haskell-src-exts: update to version 1.16.0.1
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/haskell-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 0e477d3c169..20b76fb710e 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -1108,8 +1108,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
   haskellSrc = self.haskellSrc_1_0_1_6;
 
   haskellSrcExts_1_15_0_1 = callPackage ../development/libraries/haskell/haskell-src-exts/1.15.0.1.nix {};
-  haskellSrcExts_1_16_0 = callPackage ../development/libraries/haskell/haskell-src-exts/1.16.0.nix {};
-  haskellSrcExts = self.haskellSrcExts_1_16_0;
+  haskellSrcExts_1_16_0_1 = callPackage ../development/libraries/haskell/haskell-src-exts/1.16.0.1.nix {};
+  haskellSrcExts = self.haskellSrcExts_1_16_0_1;
 
   haskellSrcMeta = callPackage ../development/libraries/haskell/haskell-src-meta {};