All Versions
15
Latest Version
Avg Release Cycle
176 days
Latest Release
1742 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.4
June 13, 2020 -
v1.3 Changes
June 05, 2018- Give preference to Semigroup definitions over Monoid
-
v1.2.1
May 12, 2018 -
v1.2 Changes
March 16, 2017- Replace the
Foreign
export withForeign.Storable
,Foreign.Ptr
,Foreign.ForeignPtr
,Foreign.StablePtr
. It's more conservative and way less likely to cause name collisions.
- Replace the
-
v1.2.0.1
March 16, 2017 -
v1.1 Changes
March 16, 2017- Export
Foreign
- Export
-
v1.0.2
March 15, 2017 -
v1.0.1 Changes
May 22, 2016- ๐ Relaxed the "base" dependency
-
v1.0.1.1
May 22, 2016 -
v0.2 Changes
February 12, 2016Reexported
Data.Bifunctor
.first
andsecond
are now (conditionally) exported fromData.Bifunctor
, notControl.Arrow
; note that if your version of base is lower than 4.8,first
andsecond
won't be available at all.