View | Annotate | Download (2.5 KB)
Specify which version of Quickcheck we need
Prepping for 1.0.2.0
More hackage tweaks
Working on compatibility with Hackage
Add Data.BinPacking
Update version numbers
Tweak cabal
Make the former Data.String to Data.String.Utils
Changed from the partial rename to Data.MissingHStr
Update cabal to 1.0.0
Make it build with ghc-6.6 and 6.8 using configurations
requires one slightly less than pleasent hack because Patternsignatures is not recognised by ghc-6.6 or the cabal that comes with 6.8.1, only by the latest cabal that comes with 6.8.2. Drop GHC-Options: -O2 as Cabal adds optimizations by default but also lets the user configure with --disable-optimization, so there is no longer any need to force optimisations on all the time and it prevents users configuring without optimisations for quick builds.
Updated version info
FilePath is now filepath
will need to regen the dep libs, sigh.
Merged
Prepping 0.18.2
Readying for hackage
Add a tuple utilities module, containing fst3..thd3
Updated cabal file with homepage/synopsis
Remove AnyDBM to be split off
Removed split-off Debian stuff
UNDO: Removed split-off Debian stuff
Removed split-off ConfigFile
Add dependencies on hslogger
Removed Network.FTP.*; it's going to haskell-ftp
Removed System.Log.*; it's moving to hslogger
Removed Pesco Regex
Hide Data.ConfigFile.Lexer. fixes #2
Note 0.18.0 in cabal
Remove Network.Email.Parser
Had only one function, which should be sent to WASH. refs #6 See also FlattenMessage
Removed hsemail, WASH code references from cabal file
Fixed an error around System.IO.Utils
More renaming fixes
Update to use upstream FilePath
Fixing build problems
Renamed MissingH.FileArchive.GZip to System.FileArchive.GZip
Renamed MissingH.Wash.Utility.QuotedPrintable to Network.Email.Message.QuotedPrintable
Renamed MissingH.Wash.Utility.Locking to System.IO.Locking
Renamed MissingH.Wash.Utility.ISO8601 to System.Time.ISO8601
Renamed MissingH.Wash.Utility.Base64 to Data.Codec.Base64
Renamed MissingH.Wash.Utility.Base32 to Data.Codec.Base32
Renamed MissingH.Wash.Utility.URLCoding to Network.Email.Utility.URLCoding
Renamed MissingH.Wash.Utility.Unique to Network.Email.Utility.Unique
Renamed MissingH.Wash.Utility.SimpleParser to Network.Email.Utility.SimpleParser
Renamed MissingH.Wash.Utility.Shell to Network.Email.Utility.Shell
Renamed MissingH.Wash.Utility.RFC2397 to Network.Email.Utility.RFC2397
Renamed MissingH.Wash.Utility.RFC2047 to Network.Email.Utility.RFC2047
Renamed MissingH.Wash.Utility.JavaScript to Network.Email.Utility.JavaScript
Renamed MissingH.Wash.Utility.IntToString to Network.Email.Utility.IntToString
Renamed MissingH.Wash.Utility.Hex to Network.Email.Utility.Hex
Renamed MissingH.Wash.Utility.FileNames to Network.Email.Utility.FileNames
Renamed MissingH.Wash.Utility.Auxiliary to Network.Email.Utility.Auxiliary
Renamed MissingH.Wash.Mail.MIME to Network.Email.Message.MIME
Renamed MissingH.Wash.Mail.Message to Network.Email.Message
Renamed MissingH.Wash.Mail.MailParser to Network.Email.Message.Parser
Renamed MissingH.Wash.Mail.HeaderField to Network.Email.Message.HeaderField
Renamed MissingH.Time to System.Time.Utils
Renamed MissingH.Str to Data.String
Renamed MissingH.Quantity to Data.Quantity, refs #1
Renamed MissingH.ProgressTracker to Data.Progress.Tracker, refs #1
Renamed MissingH.ProgressMeter to Data.Progress.Meter, refs #1
Renamed MissingH.Threads to Control.Concurrent.Thread.Utils, refs #1
Renamed MissingH.Path to System.Path, refs #1
Renamed MissingH.Parsec to Text.ParserCombinators.Parsec.Utils, refs #1
Renamed MissingH.Network to Network.Utils, refs #1
Renamed MissingH.Network.FTP.Server to Network.FTP.Server, refs #1
Renamed MissingH.Network.FTP.ParserServer to Network.FTP.Server.Parser, refs #1
Renamed MissingH.Network.FTP.Client to Network.FTP.Client, refs #1
Renamed MissingH.Network.FTP.ParserClient to Network.FTP.Client.Parser, refs #1
More renaming, refs #1
Finish renaming MissingH.IO tree
Fix up Posix.Consts
More renaming
More renames
Continuing with renames
Renamed MissingH.ConfigParser to Data.ConfigFile
Renamed MissingH.Compression.Inflate to Data.Compression.Inflate
Renamed MissingH.Cmd to System.Cmd.Utils
Renamed MissingH.Checksum.MD5 to Data.Hash.MD5
Renamed MissingH.Checksum.CRC32.Posix to Data.Hash.CRC32.Posix
Renamed MissingH.Checksum.CRC32.GZip to Data.Hash.CRC32.GZip
Renamed MissingH.Bits to Data.Bits.Utils
Renamed MissingH.AnyDBM to Database.AnyDBM
Don't try to build runtests anymore
Now properly build modules
Attempting to automate Windows/Unix detection
Small tweak to ProgressMeter
Checkpointing
Remove FiniteMapDBM
Due to removal of FiniteMap from GHC 6.6
Remove MissingH.Printf
Everyone should now be using the standard Text.Printf
Remove FiniteMap.hs
It is no longer a part of GHC 6.6
Version number update
GHC 6.6 compatibility updates
Added MissingH.ProgressTracker
Prepping for 0.14.5
More GHC 6.4.2 fixes
Change extensions to work with newer GHC
Noted 0.14.4
Revved version number
Further hacking for MD5
Prepping for 0.14.2
New modules: MissingH.Path.Glob and MissingH.Path.WildMatch
New major version number due to logging API change
Removed duplicate dep on HUnit
Added dep on HUnit
Prepping 0.13.1
Updated files for 0.13.1
Note Build-Depends on HUnit in MissingH.cabal
Update MissingH.cabal for 0.13.0
Added MissingH.AnyDBM.MapDBM
More work to support Data.Map. Added this module, tests for it, and lines for it in README and cabal.
Added MissingH.Map
Added MissingH.HUnit to cabal
Prepping 0.12.3
Updated for 0.12.2
Removed tar from cabal from now
Added tar stuff
Minor fixups
Noted new version number
Added new Timeout module to cabal
Removed Maildir from cabal file for now (it doesn't compile yet)
More work on email stuff
Updated mailbox info
Added MissingH.Email.Mailbox
Misc. adjustments
Prepping 0.11.5
Prepping 0.11.4 release
Added new modules to MissingH.cabal
Prepping for 0.11.3
Updated compat info
Added StatCompat
Added MissingH.Path.FilePath to build
Added Windows cabal prep files
Removed "unix" from .cabal file for Windows
Preparing 0.11.2
Note 0.11.1
Added mtl to build-depends
Prepping 0.11.0
checkpointing
Reverted Build-Depends on mtl in cabal
It's not compatible with GHC 6.2
Updated Cabal file to build tests with GHC 6.4
Attempt to build tests with cabal now
Preparing 0.10.10
Noted new version 0.10.9
Noted Rfc2821's use of CPP
Preparing for 0.10.8
Prepare for 0.10.7
Ready for 0.10.6
Added GetOpt.hs
Preparing for 0.10.5
Added log for 0.10.4
Ready for 0.10.1
Keywords:
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-226)
Added ParseDate to meta-files
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-225)
Note new version number
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-220)
Made tests work with new Hugs system; now passes tests in GHC and Hugs
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-214)
More changes for Hugs compatibility
Use CPP to make show instance for FiniteMap conditional. Adjust Makefile to use Cabal to build the .hs files for haddock.
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-213)
New CSV module
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-209)
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-207)
added Maybe.hs
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-205)
Checkpointing new Debian tools
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-204)
Rearranged source tree and build system
Moved ./libsrc/MissingH to ./MissingH. Made test use the cabal-built tree.
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-198)
Added StringDBM
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-185)
Updated Debian files
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-183)
Adding AnyDBM features
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-182)
Added Pesco's regexp library; updated copyright; fixed Printf.hs to work with cpphs
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-180)
Chcekpointing
(jgoerzen@complete.org--projects/missingh--head--0.7--patch-175)