Skip to content

Commit ee86d04

Browse files
committed
special sdist steps aren't necessary now
1 parent 9912a96 commit ee86d04

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

make-sdist.sh

+15-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
# Put the Happy-generated .hs files in the right place in the source dist.
2-
set -e
3-
rm -f dist/alex-*.tar.gz
4-
rm -rf dist/alex-*/
5-
./Setup sdist
6-
cd dist
7-
tar xvzf alex-*.tar.gz
8-
cd alex-*/
9-
mkdir dist
10-
mkdir dist/build
11-
mv alex dist/build
12-
cd ..
13-
tar cvzf alex-*.tar.gz alex-*/
2+
3+
# Not necessary any more, Cabal does this:
4+
5+
# set -e
6+
# rm -f dist/alex-*.tar.gz
7+
# rm -rf dist/alex-*/
8+
# ./Setup sdist
9+
# cd dist
10+
# tar xvzf alex-*.tar.gz
11+
# cd alex-*/
12+
# mkdir dist
13+
# mkdir dist/build
14+
# mv alex dist/build
15+
# cd ..
16+
# tar cvzf alex-*.tar.gz alex-*/
1417

1518
# Steps for doing a release:
1619
# * Source:

0 commit comments

Comments
 (0)