Skip to content

Commit

Permalink
Add useful update-cabal-files utility script.
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
  • Loading branch information
ezyang committed Apr 10, 2016
1 parent 6da012e commit a825393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions update-cabal-files.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
(cd Cabal; misc/gen-extra-source-files.sh Cabal.cabal)
(cd cabal-install; ../Cabal/misc/gen-extra-source-files.sh cabal-install.cabal)

0 comments on commit a825393

Please sign in to comment.