summary refs log tree commit diff
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-01-31 22:35:11 +0100
committerPeter Simons <simons@cryp.to>2016-02-03 18:51:53 +0100
commitbb94b09f667ccf0cee0a4c2b0d7f6b8135bfc88e (patch)
tree7fe8755ad4427258cb571b37ee79acf6cdf15ece /pkgs/top-level/haskell-packages.nix
parent0b2fded69c619ddd7c1e0d09577dcce9a14370bd (diff)
downloadnixlib-bb94b09f667ccf0cee0a4c2b0d7f6b8135bfc88e.tar
nixlib-bb94b09f667ccf0cee0a4c2b0d7f6b8135bfc88e.tar.gz
nixlib-bb94b09f667ccf0cee0a4c2b0d7f6b8135bfc88e.tar.bz2
nixlib-bb94b09f667ccf0cee0a4c2b0d7f6b8135bfc88e.tar.lz
nixlib-bb94b09f667ccf0cee0a4c2b0d7f6b8135bfc88e.tar.xz
nixlib-bb94b09f667ccf0cee0a4c2b0d7f6b8135bfc88e.tar.zst
nixlib-bb94b09f667ccf0cee0a4c2b0d7f6b8135bfc88e.zip
Add LTS Haskell 5.1.
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 00b8f9ba9285..9014280a9146 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -340,6 +340,9 @@ rec {
     lts-5_0 = packages.ghc7103.override {
       packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-5.0.nix { };
     };
+    lts-5_1 = packages.ghc7103.override {
+      packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-5.1.nix { };
+    };
 
   };
 }