No unreleased changes at this time.
Released on 2020-07-18, Nelson Mandela International Day.
intercalate
forDList
(#43, Jacob Leach)Traversable
instance forDList
(#45, Veronika Romashkina)Data.DList.Internal
for theDList
implementation,Data.DList.Unsafe
for exporting theDList
constructorUnsafeDList
and record labelunsafeApplyDList
(#55, #59)Data.DList.DNonEmpty
(#60)- GitHub Action for uploading a release (#74)
dlist-bench
, a benchmark package (#71)
stimes
forDList
defined withstimesMonoid
(#46, Janek Spaderna)- Type of
tail
:DList a -> DList a
toDList 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)
list :: b -> (a -> DList a -> b) -> DList a -> b
(#69)
Released on 2020-04-02, World Autism Awareness Day.
toList
in theFoldable
instance forDList
(#36, Ryan Scott)
QuickCheck
upper bound: 2.14 to 2.15 (a7ea60d
)
- Documented time complexity of
head
forDList
(#35, Simon Jakobi)
Released on 2019-08-05, Independence Day in Burkina Faso.
MonadFail
instance forDList
(#32, Vanessa McHale)
deepseq
upper bound: 2 to 1.5 (#33, Herbert Valerio Riedel)
Released on 2019-03-29, Martyrs' Day in Madagascar.
QuickCheck
upper bound: 2.13 to 2.14 (242511c
)
Released on 2018-09-13, Day of the Programmer.
QuickCheck
upper bound: 2.12 to 2.13 (0e2b3a5
)
Released on 2018-01-19, Kokborok Day.
{-# LANGUAGE Trustworthy #-}
inData.DList
(#31, Bertram Felgenhauer)
QuickCheck
upper bound: 2.11 to 2.12 (3d9c8ad
)QuickCheck
lower bound: 2.7/2.9 to 2.10 (4f92012
)Arbitrary
,Arbitrary1
instances forNonEmpty
in the test suite copied fromquickcheck-instances
(4f92012
)
Released on 2017-07-04, Independence Day in the United States.
quickcheck-instances
dependency in the test suite for theArbitrary
,Arbitrary1
instances forNonEmpty
(5b41d0d
)
QuickCheck
upper bound: 2.10 to 2.11 (b2f791a
)
stimes
property in the test suite (#30, Oleg Grenrus)
Released on 2016-09-04, World Sexual Health Day.
- Missing module
OverloadedStrings
in the test suite (#29, Sergei Trofimovich)
Released on 2016-07-29, the 58th Anniversary of the Creation of NASA.
QuickCheck
lower bound: 2.7 to 2.9 for GHC >= 8 (#28, Adam Bergmark)
Released on 2016-07-17, Constitution Day in South Korea.
- Pattern synonyms
Nil
andCons
(#15) Semigroup
instance forDList
(#25)- Canonical
Applicative
andMonad
instances forDList
(#23, Herbert Valerio Riedel)
IsString
instance forDList
is no longer flexible (#26, Baldur Blöndal)QuickCheck
upper bound: 2.9 to 2.10 (ef7eac5
)
Released on 2015-08-23, International Day for the Remembrance of the Slave Trade and its Abolition.
- Imports causing warnings in GHC 7.10 (#22, Mikhail Glushenkov)
Released on 2015-03-19, St. Joseph's Day.
Released on 2014-06-28, the 100th Anniversary of the Assassination of Franz Ferdinand.
IsList
instance forDList
(#13, Baldur Blöndal)
Released on 2014-03-24, World Tuberculosis Day.
QuickCheck
upper bound: 2.7 to 2.8 (7494dbc
)
Released on 2014-03-17, St. Patrick's Day.
NFData
instance forDList
(#10, Evan Laforge)IsString
instance forDList
(771a38d
)
base
lower bound: 2 to 4 (77f6898
)
DList
constructor and record label,maybeReturn
(62c0c09
)
Released on 2013-12-01, World AIDS Day.
QuickCheck
lower bound: 2.6 to 2.5 (#9, Michael Snoyman)
Released on 2013-11-29, Black Friday.
apply
to replaceDList
record labelunDL
(#4)Eq
,Ord
,Show
, andAlternative
instances forDList
(#1, Bas van Dijk)Read
instance forDList
(58ef305
)Foldable
instance forDList
(5b1d09f
)- Travis-CI for continuous integration testing (#6, Herbert Valerio Riedel)
- Maintenance: Don Stewart to Sean Leather (#2, Bas van Dijk)
- Repository:
http://code.haskell.org/~dons/code/dlist/
tohttps://github.com/spl/dlist
base
lower bound: 0 to 2 (6e1d9e7
)
- Test suite simplified and changed to use
cabal test
(9f58759
)
- Exported
DList
constructor and record label,maybeReturn
(#4)