about summary refs log tree commit diff
path: root/collections/aszlig.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-07-16 05:08:43 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-07-16 05:08:43 +0200
commitc9fb7be74cde43a3b4d970991fdd362843fdaf76 (patch)
tree457fc616bbb6e813c28637278126e29febee3786 /collections/aszlig.nix
parenta724d91496a97acf3fb7ca282cd175cbec1a7dad (diff)
collections: Remove most Haskell libraries.
I'm using nix-build for Haskell development for quite some time and thus
do not need to keep around that cruft in my environment.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'collections/aszlig.nix')
-rw-r--r--collections/aszlig.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/collections/aszlig.nix b/collections/aszlig.nix
index d7d37173..134726a6 100644
--- a/collections/aszlig.nix
+++ b/collections/aszlig.nix
@@ -4,19 +4,9 @@ with pkgs;
 
 {
   haskell = with haskellPackages; [
-    bytedump
     cabal2nix
-    cabalInstall
-    darcs
-    diagrams
-    ghc
-    hjsmin
     hlint
-    persistentSqlite
     yesod
-    yesodDefault
-    yesodStatic
-    yesodTest
   ];
 
   python = with pythonPackages; [