[initial import of mkcabal Don Stewart **20061119124551] [missing newline Don Stewart **20061119125655] [create stub license and readme files Don Stewart **20061119131203] [Add --init-project for doing everthing. Default is just to make a .cabal file Don Stewart **20061119132740] [create Setup.lhs, portable Don Stewart **20061120012656] [add prompting for licenses Don Stewart **20061120064041] [Query darcs prefs for author name, email Dougal Stanton **20061121031318 Ugly-looking code for reading /.darcs/author and _darcs/prefs/author to find contact information. ] [Function to query users on accuracy of data Dougal Stanton **20061121031508] [Check accuracy of contact details Dougal Stanton **20061121031604] [Get email/author from env vars if they exist, and dump a bsd3 license if the user chooses bsd3 Don Stewart **20061124081238] [Force error earlier if the user gives invalid command-line arguments stefanor@cox.net**20061211052539] [Remove dependency on regex-compat and change syntax to be friendly to ghc6.4 amir.livne.baron@gmail.com**20061215140036] [Fix for extra ghc-options in generated .cabal file Dino Morelli **20070407020213 When making an Executable, an extra ghc-options was getting placed in the 'main' section of the .cabal file. This was producing an error on Setup.lhs configure: "Setup.lhs: Error: Non-empty library, but empty exposed modules list..." ] [Restored dependency on regex-compat to be friendly to ghc 6.6 Dino Morelli **20070410021724] [Fix read parse error when there are no Authors found Greg Heartsfield **20070425055747] [Added custom boring file to new dir util/prefs/ Dino Morelli **20070501131236 This boring file ignores both the .setup-config file and the dist directory. Handy to keep the darcs w -l output uncluttered. ] [added [l]gplv2/3, moved licenses to Licenses file, small errata Austin Seipp **20070729221441] [Added perl utility to generate a license for mkcabal from plain text Austin Seipp **20070729224117] [remove special characters from string literals Chris Smith **20070713214624 Tabs and form feed characters are not allowed in Haskell string literals (Haskell Report sec 2.6), and GHC HEAD fails to compile with them there. ]