Changelog for hydrogen-prelude-0.20
v0.1
- initial release
v0.1.0.1
- Patch: Modules were not properly exported in Cabal file
v0.1.1
- Added
module Numeric,Data.Map (Map), andData.Set (Set)
v0.2
- Added
for
v0.2.0.1
- Added CHANGELOG.md to source package
v0.2.1
- Added
__(short hand forundefined)
v0.3
- Also exports
module Data.Ix,module Data.Array,Data.Bits,Data.Ratio,- and
Data.Complex
- New dependency on
hydrogen-version- Exports
module Hydrogen.Versionas replacement formodule Data.Version
- Exports
v0.4
Skipped, bumped to v0.5 to be aligned with other hydrogen packages
v0.5
- Deriving instance
EqforZonedTime
v0.6
- New dependencies
cerealfor serializationstrictfor strict io inHydrogen.Prelude.IO
- Also exports
module Data.Dynamicmodule Data.Typeable
- Added
ShowBoxclass (an existentially qualified container type)
v0.7
- Newly deriving instances
SerializeforZonedTimeSerializeforVersion
v0.8
- Added
class TMap (tmap)andclass Has (HasKey, HasValue, (!)) - Introduced
type List aas alias for[a] - Also exports
Data.Seq
- Added the F-Sharp inspired
|>(which isflip ($)) - Exporting only
GenericfromGHC.Generics - Added
Hydrogen.Prelude.Network
v0.9
- Also exports
module Data.Traversable
- Added
class Container (Contained, (?)) fmapis exported asmap
v0.10
- Added
safeHeadAndTail,safeHeadAndTail2,firstJust - Little documentation improvements
- Added
findFilesRecursivelyandfindFilesRecursivelyWithContextinHydrogen.Prelude.System
v0.11
- Added
nicifyformText.Nicify - Upgraded dependency
hydrogen-versionfrom>=1.2to>=1.3
v0.12
- Added
Default
v0.13
- Skipped
v0.14
- Aligned with other
hydrogen-*packages
v0.15
- Added
Apply - Added
uncurry3,uncurry4,uncurry5
v0.16
- Changed
Applyto use-XMultiParamTypeClassesand-XTypeFamiliesfor better type inference - Added
$$,$$$,$$$$,$$$$$(likeuncurryN) - Added
<$$>,<$$$>,<$$$$>,<$$$$$>(like<$>anduncurryN)
v0.17
- Removed instance
MonadPlus m => Default (m a).
v0.18
- Removed dependency on
nicify
v0.19
- Removed
ApplyandApplicatoragain - Lowered dependencies to work with GHC 7.6 and base 4.6 too
v0.20
- Support for GHC 7.4, 7.6, and 7.8
- Instances for
Serializablebut also forBinary