[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. ] [Update cabal for ghc-6.8 Alec Berryman **20071121192022] [Update to support cabal 1.2 Don Stewart **20071121201931] [homepage Don Stewart **20071121202348] [TAG mkcabal-0.2 Don Stewart **20071121202402] [Don't use "ghc-options: -O" by default any more Duncan Coutts **20071129140554 Cabal does that automatically with --enable-optimization which is the default. Indeed it's actively bad to always add ghc-options: -O since it prevents users of the package from configuring with --disable-optimization. ] [add category fields Don Stewart **20071215222352] [bump version Don Stewart **20071215222740] [TAG 0.3 Don Stewart **20071215222744] [depend on pcre-light, not regex-compat/regex-base Don Stewart **20080113063044] [TAG 0.4 Don Stewart **20080113063156] [bump copyright Don Stewart **20080113063430] [use pcre-light 0.2 Don Stewart **20080114040107] [tweaks Don Stewart **20080114040123] [bump to pcre-light 0.4 Don Stewart **20080124233414] [TAG 0.4.1 Don Stewart **20080124233434] [Drop the "entire match" string from the list yielded by author-parsing match Will Thompson **20080129002411 For the string "Author Name ", the call to match yields Just ["Author Name ", "Author Name ", "author@name.com"] which did not match pair's argument pattern. ] [Ignore trailing whitespace in author's name Will Thompson **20080129002821] [fix build Don Stewart **20080617201612] [build-type Don Stewart **20080617201718] [Add type signatures to License.hs. Mikhail Glushenkov **20090131124351 Ignore-this: 455d57de4ac8713640ee38e3e6371d73 ] [Fix misc warnings. Mikhail Glushenkov **20090131124449 Ignore-this: 25ac921571fdd8a5f7585d76f81c553d ] [Remove some trailing whitespace and fix 80-column violations. Mikhail Glushenkov **20090131124550 Ignore-this: f6918e17267434ac1e2d049ad23fbe2b ] [Add a "build-type" field to the generated .cabal file to silence the warning. Mikhail Glushenkov **20090131125150 Ignore-this: 17254f60653fac43e08abd1de15abe3f ] [Make mkcabal compile on 6.10. Mikhail Glushenkov **20090131125323 Ignore-this: 3e012062775e830ea00fdd6caffcfc7c Since we use extensible-extensions, this should also work on 6.8 (not tested). ] [bump Don Stewart **20090201191607]