summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/yesod-auth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/yesod-auth/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/yesod-auth/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/libraries/haskell/yesod-auth/default.nix b/pkgs/development/libraries/haskell/yesod-auth/default.nix
index 02241f56e1d..4cb1bb336ee 100644
--- a/pkgs/development/libraries/haskell/yesod-auth/default.nix
+++ b/pkgs/development/libraries/haskell/yesod-auth/default.nix
@@ -1,4 +1,4 @@
-{ cabal, aeson, authenticate, blazeHtml, Cabal, hamlet, httpConduit
+{ cabal, aeson, authenticate, blazeHtml, hamlet, httpConduit
 , liftedBase, mimeMail, persistent, persistentTemplate, pureMD5
 , pwstoreFast, random, SHA, shakespeareCss, text, transformers
 , unorderedContainers, wai, yesodCore, yesodForm, yesodJson
@@ -10,10 +10,10 @@ cabal.mkDerivation (self: {
   version = "0.8.1.1";
   sha256 = "0wmvywyil6cnpxq777a0w4qknw4lr4i53nni4bcigrvmpg7gzgac";
   buildDepends = [
-    aeson authenticate blazeHtml Cabal hamlet httpConduit liftedBase
-    mimeMail persistent persistentTemplate pureMD5 pwstoreFast random
-    SHA shakespeareCss text transformers unorderedContainers wai
-    yesodCore yesodForm yesodJson yesodPersistent
+    aeson authenticate blazeHtml hamlet httpConduit liftedBase mimeMail
+    persistent persistentTemplate pureMD5 pwstoreFast random SHA
+    shakespeareCss text transformers unorderedContainers wai yesodCore
+    yesodForm yesodJson yesodPersistent
   ];
   meta = {
     homepage = "http://www.yesodweb.com/";