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:28:32 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-07-16 05:28:32 +0200
commitba3b1a4af585243eecb5418f5d307127d23d7cc3 (patch)
treee7f29125f7acf436766b50de98e621a57adebe38 /collections/aszlig.nix
parent4427027b8c980fa26ecf539cb19101f015b21fa4 (diff)
collections: Correct package for Yesod scaffolder.
The scaffolder is now in yesod-bin, so we don't need all that cruft
hanging around anymore.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'collections/aszlig.nix')
-rw-r--r--collections/aszlig.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/collections/aszlig.nix b/collections/aszlig.nix
index b1ac9a93..f2cd57b0 100644
--- a/collections/aszlig.nix
+++ b/collections/aszlig.nix
@@ -6,7 +6,7 @@ with pkgs;
   haskell = with haskellPackages; [
     cabal2nix
     hlint
-    yesod
+    yesodBin
   ];
 
   python = with pythonPackages; [