2014-09-02 23:00:51 by Ryosuke Moro | Files touched by this commit (17) | |
Log message:
Remove hs-semigroups, imported to pkgsrc/math.
|
2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101) |
Log message:
make it clear what package depend on
discussed with wiz@.
|
2014-08-21 23:43:10 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 0.15.2
CHANGELOG:
0.15.2
------
* Fixed a Trustworthiness problem for GHC 7.8+
0.15.1
------
* Nathan van Doorn fixed a number of embarassing bugs in the `Enum` instances.
0.15
----
* `instance IsList NonEmpty`
0.14
----
* Allow for manual removal of dependencies to support advanced sandbox users who \
explicitly want to avoid compiling certain dependencies
they know they aren't using.
We will fix bugs caused by any combination of these package flags, but the API \
of the package should be considered the default build
configuration with all of the package dependency flags enabled.
* Will now build as full-fledged `Safe` Haskell if you configure with -f-hashable.
* Added some missing `Generic`/`Generic`/`Hashable` instances
|
2014-05-29 00:05:59 by Ryosuke Moro | Files touched by this commit (14) |
Log message:
Remove hs-nats, imported to pkgsrc/math.
Remove hs-tf-random, imported to pkgsrc/devel.
|
2014-05-27 23:38:22 by Ryosuke Moro | Files touched by this commit (27) |
Log message:
Remove hs-blaze-markup, imported to pkgsrc/textproc.
Remove hs-unordered-containers, imported to pkgsrc/devel.
|
2014-05-25 23:59:28 by Ryosuke Moro | Files touched by this commit (58) |
Log message:
Remove hs-hashable, hs-primitive, hs-stm, imported to pkgsrc/devel.
|
2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119) |
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
|
2014-05-08 02:35:38 by Ryosuke Moro | Files touched by this commit (4) |
Log message:
Update to 0.13.0.1
pkgsrc changes: static -> dynamic
CHANGELOG:
0.13.0.1
--------
* `Generic` support requires `ghc-prim` on GHC 7.4.
0.13
----
* Added instances for 'Generic', 'Foldable', 'Traversable', 'Enum', 'Functor', \
'Hashable', 'Applicative', 'Monad' and 'MonadFix'
|
2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53) |
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
|
2014-02-13 00:27:33 by Ryosuke Moro | Files touched by this commit (4) |
Log message:
Update to 0.12.2
CHANGELOG:
0.12.2
* Vastly widened the dependency bound on `text` and `bytestring`.
0.12.1
* Updated to support the new version of `text`.
* Added `transpose`, `sortBy` and `sortWith`.
|