Skip to content

Commit 752d0de

Browse files
author
Björn Bringert
committed
Changed old-libs-compat.sh to mk-cgi-compat.sh and updated to build cgi-compat package.
1 parent 95257a1 commit 752d0de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mk-cgi-compat.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
sed -i.orig -e 's/^Name: cgi/Name: cgi-compat/' -e 's/Network\.CGI,/Network.NewCGI,/' -e 's/Build-depends:\(.*\)/Build-depends:\1, fps/' cgi.cabal
4+
sed -e 's/^module Network\.CGI/module Network.NewCGI/' < Network/CGI.hs > Network/NewCGI.hs

old-libs-compat.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)