The NetBSD Project

CVS log for pkgsrc/devel/hs-dlist/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-dlist

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:09 2025 UTC (2 weeks, 2 days ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
recursive revbump after patching lang/ghc910

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:04 2025 UTC (6 weeks, 5 days ago) by pho
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Bump all Haskell packages after switching the default compiler.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu May 9 01:31:52 2024 UTC (10 months, 1 week ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Recursive revbump after changing the default Haskell compiler

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Apr 29 03:30:43 2024 UTC (10 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -1 lines
devel/hs-dlist: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:36:27 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Revbump all Haskell after updating lang/ghc96

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Oct 9 04:54:12 2023 UTC (17 months, 1 week ago) by pho
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Bump Haskell packages after updating lang/ghc94

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:40:32 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Feb 26 03:57:53 2022 UTC (3 years ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Feb 12 08:50:31 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
revbump after changing the default Haskell compiler

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 18 02:48:07 2022 UTC (3 years, 2 months ago) by pho
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Bump packages that depends on GHC

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon May 3 19:00:58 2021 UTC (3 years, 10 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
*: Bump PKGREVISION for ghc-9.0.1

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Apr 23 06:06:12 2021 UTC (3 years, 10 months ago) by pho
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
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)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Dec 31 07:33:17 2019 UTC (5 years, 2 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jan 4 12:21:11 2016 UTC (9 years, 2 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
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))

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun May 31 12:55:11 2015 UTC (9 years, 9 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 16 21:02:35 2014 UTC (10 years, 8 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
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))

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 18 21:29:39 2014 UTC (10 years, 10 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>