summary refs log tree commit diff
path: root/pkgs/development/misc
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2008-04-11 00:40:10 +0000
committerMarc Weber <marco-oweber@gmx.de>2008-04-11 00:40:10 +0000
commit772fd74b99ab85d02014dfd4a721089c291cda61 (patch)
tree7c1eb2665e0708751d194b0491d2be16f6696b3f /pkgs/development/misc
parent5efc5fe707f0269b1b561fb8e94ef70af66a06e1 (diff)
downloadnixlib-772fd74b99ab85d02014dfd4a721089c291cda61.tar
nixlib-772fd74b99ab85d02014dfd4a721089c291cda61.tar.gz
nixlib-772fd74b99ab85d02014dfd4a721089c291cda61.tar.bz2
nixlib-772fd74b99ab85d02014dfd4a721089c291cda61.tar.lz
nixlib-772fd74b99ab85d02014dfd4a721089c291cda61.tar.xz
nixlib-772fd74b99ab85d02014dfd4a721089c291cda61.tar.zst
nixlib-772fd74b99ab85d02014dfd4a721089c291cda61.zip
Updated my ghc stuff.
New is the file containing executables (such as alex/ happy)
some new libraries
The wrapper no longer installs tags by default. You have to add it to your config
So I'm ready to start merging

svn path=/nixpkgs/trunk/; revision=11554
Diffstat (limited to 'pkgs/development/misc')
-rw-r--r--pkgs/development/misc/bleeding-edge-repos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/misc/bleeding-edge-repos/default.nix b/pkgs/development/misc/bleeding-edge-repos/default.nix
index 5f827736a9ba..80cddf9d11ed 100644
--- a/pkgs/development/misc/bleeding-edge-repos/default.nix
+++ b/pkgs/development/misc/bleeding-edge-repos/default.nix
@@ -44,7 +44,7 @@ args:
       happs_state =  { type="darcs"; url=http://happs.org/repos/HAppS-State; groups="happs"; };
       happs_plugins =  { type="darcs"; url=http://happs.org/repos/HAppS-Plugins; groups="happs"; };
       happs_ixset =  { type="darcs"; url=http://happs.org/repos/HAppS-IxSet; groups="happs"; };
-      happs_server =  { type="darcs"; url=http://happs.org/repos/HAppS-HTTP; groups="happs"; };
+      happs_server =  { type="darcs"; url=http://happs.org/repos/HAppS-Server; groups="happs"; };
       takusen = { type="darcs"; url=http://darcs.haskell.org/takusen/; };
       cabal = { type="darcs"; url=http://darcs.haskell.org/cabal; };