Next | Query returned 20 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2021-04-23 08:06:12 by Masatake Daimon | Files touched by this commit (4)
Log message:
Update to dlist-1.0

v1.0
Released on 2020-07-18, Nelson Mandela International Day.

Added
* intercalate for DList (#43, Jacob Leach)
* Traversable instance for DList (#45, Veronika Romashkina)
* Data.DList.Internal for the DList implementation, Data.DList.Unsafe
  for exporting the DList constructor UnsafeDList and record label
  unsafeApplyDList (#55, #59)
* Data.DList.DNonEmpty (#60)
* GitHub Action for uploading a release (#74)
* dlist-bench, a benchmark package (#71)

Changed
* stimes for DList defined with stimesMonoid (#46, Janek Spaderna)
* Type of tail: DList a -> DList a to DList a -> [a] (#69)
* GitHub Action for continuous integration testing to replace Travis-CI (#47, #50)
* GHC warning and error improvements (#72, #73)
* Improved documentation (#55, #70, #76, #77)

Removed
* list :: b -> (a -> DList a -> b) -> DList a -> b (#69)

v0.8.0.8
Released on 2020-04-02, World Autism Awareness Day.

Added
* toList in the Foldable instance for DList (#36, Ryan Scott)

Changed
* QuickCheck upper bound: 2.14 to 2.15 (a7ea60d)

Fixed
* Documented time complexity of head for DList (#35, Simon Jakobi)
   2020-05-11 19:52:21 by Roland Illig | Files touched by this commit (190)
Log message:
hs-*: add PLIST files

These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build.  They will help to track changes
to the packages.  The Haskell packages didn't have PLIST files because
their paths contained package hashes.  These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
   2019-12-31 08:33:17 by Masatake Daimon | Files touched by this commit (4)
Log message:
Update to dlist-0.8.0.7

Version 0.8.0.7 (2019-08-05) Independence Day in Burkina Faso
* Add MonadFail instance for GHC >= 8.8 (Vanessa McHale)
* Change deepseq upper bound to 1.5 (Herbert Valerio Riedel)

Version 0.8.0.6 (2019-03-29) Martyrs' Day in Madagascar
* Change QuickCheck upper bound from 2.13 to 2.14

Version 0.8.0.5 (2018-09-13) Day of the Programmer
* Change QuickCheck upper bound from 2.12 to 2.13

Version 0.8.0.4 (2018-01-19) Kokborok Day
* Change QuickCheck upper bound from 2.11 to 2.12
* Make Data.DList trustworthy (Bertram Felgenhauer)
* Remove quickcheck-instances dependency for tests

Version 0.8.0.3 (2017-07-04) Independence Day in the United States
* Change QuickCheck upper bound from 2.10 to 2.11 and import the
  Arbitrary NonEmpty instance from quickcheck-instances for 2.10
* Fix stimes property in test suite (Oleg Grenrus)

Version 0.8.0.2 (2016-09-04) World Sexual Health Day
* Fix test suite: add missing module OverloadedStrings (Sergei
  Trofimovich)

Version 0.8.0.1 (2016-07-29) 58th Anniversary of the Creation of NASA
* Change QuickCheck lower bound to 2.9 for GHC >= 8 (base >= 4.9)
  (Adam Bergmark)

Version 0.8 (2016-07-17) Constitution Day in South Korea
* Add pattern synonyms Nil and Cons for GHC >= 7.8
* Add Semigroup instance for GHC >= 8 (base >= 4.9)
* Use inflexible instance for IsString to improve support for
  overloaded strings (Baldur Blöndal)
* Change QuickCheck upper bound from 2.9 to 2.10
* Add -Wall -Werror testing
* Add testing for GHC 8.0.1 to Travis-CI
   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
   2016-01-04 13:21:11 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.7.1.2

ChangeLog:
Version 0.7.1.2 (2015-08-23) *International Day for the Remembrance of the Slave \ 
Trade and its Abolition*
-------------------------------------------------------------------------------- \ 
-------------------------

#### Package changes

* Fix GHC 7.10 warnings due to imports
  ([Mikhail Glushenkov](https://github.com/23Skidoo))
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

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.
   2015-05-31 14:55:11 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.7.1.1

ChangeLog:
Version 0.7.1.1 (2015-03-19) *St Joseph's Day*
----------------------------------------------

#### Package changes

* Change QuickCheck upper bound from 2.8 to 2.9
   2014-08-29 16:08:42 by Ryosuke Moro | Files touched by this commit (61)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-07-16 23:02:35 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.7.1

ChangeLog:
Version 0.7.1 (2014-06-28) *100th Anniversary of the Assassination of Franz \ 
Ferdinand*
-------------------------------------------------------------------------------- \ 
------

#### Package changes

* Add `IsList` instance for GHC >= 7.8 \ 
([Icelandjack](https://github.com/Icelandjack))
   2014-05-18 23:29:39 by Ryosuke Moro | Files touched by this commit (5)
Log message:
Import dlist-0.7.0.1 as devel/hs-dlist,
packaged for wip by pho.

Difference lists are a list-like type supporting O(1) append. This is
particularly useful for efficient logging and pretty printing (e.g. with
the Writer monad), where list append quickly becomes too expensive.

Next | Query returned 20 messages, browsing 11 to 20 | previous