Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
|
|
|
|
|
|
|
|
|
|
|
The package textproc/hs-cgrep does not install a Haskell library. This
was unexpected to mk/haskell.mk, which generated an obviously wrong PLIST
file for that package, and for 3 other packages.
Noticed by wiz.
|
|
|
|
1.1.2 [2018-02-06]
* Don't enable Safe on GHC 7.2.
1.1.1
* Backported a more efficient Binary instance for Nat
* Allow binary-0.8
1.1
* Backported Lift instances.
1.0
* Make nats a compat-package since Numeric.Natural moved to base-4.8.0.0.
0.2.1
* Better readsPrec handling when you try to feed it a negative
number. Note it is a failed parse rather than an error.
|
|
|
|
Problems found locating distfiles:
Package dfftpack: missing distfile dfftpack-20001209.tar.gz
Package eispack: missing distfile eispack-20001130.tar.gz
Package fftpack: missing distfile fftpack-20001130.tar.gz
Package linpack: missing distfile linpack-20010510.tar.gz
Package minpack: missing distfile minpack-20001130.tar.gz
Package odepack: missing distfile odepack-20001130.tar.gz
Package py-networkx: missing distfile networkx-1.10.tar.gz
Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
Package quadpack: missing distfile quadpack-20001130.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
discussed with wiz@.
|
|
CHANGELOG:
0.2
---
* Added `Hashable` and `Data` support.
* Will build as full-fledged `Safe` Haskell if you configure with -f-hashable, merely `Trustworthy` otherwise.
* Allow for manual removal of the `hashable` dependency 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.
|
|
packaged for wip by pho.
Natural numbers.
|