All Versions
25
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v3.6.1 Changes
- โฌ๏ธ Drop support for GHC 7.0 and 7.2
- ๐ Allow building with
quickcheck-instances-0.3.14
-
v3.6 Changes
- ๐ New
TextShow
instances:directory
:XdgDirectory
(fromSystem.Directory
)ghc-boot-th
:ForeignSrcLang
(fromGHC.ForeignSrcLang.Type
)time
:UniversalTime
(fromData.Time.Clock
) andSystemTime
(fromData.Time.Clock.System
withtime-1.8
or later)Win32
: Lots of datatypes added inWin32-2.5.0.0
- โ Remove most monomorphic
TextShow
functions, as their utility is questionable, and their maintenance burden is undeniable - Made the instances in
TextShow.Data.Bifunctor
poly-kinded when possible - ๐ Fix testsuite compilation on older GHCs
- ๐ New
-
v3.5 Changes
- โ Add
TextShow(1)
instances forData.Graph.SCC
TextShow.Instances
no longer reexports the entirety ofTextShow
. Doing so meant thattext-show-instances
would be burdened with bumping its major version number every time thattext-show
made an API change inTextShow
in order to follow the PVP.- โ Remove
TextShow.GHC.PackageDb
module - ๐จ Refactor test suite
- โ Add
-
v3.4 Changes
- Require
text-show-3.4
or later - โก๏ธ Update testsuite to be buildable with
text-show-3.4
- Require
-
v3.3 Changes
- โ Add the
TextShow.GHC.LanguageExtensions.Type
andTextShow.GHC.PackageDb
modules, which define instances if usingghc-boot
- โ Add
TextShow
instances forNameFlavour
,NameSpace
,PatSynArgs
, andPatSynDir
inTextShow.Language.Haskell.TH
- Require
text-show-3.3
or later, which has slightly different TH derivation behavior. As a result, the context for theTextShow1
instance forClown
inTextShow.Data.Bifunctor
had to be changed slightly. - ๐ Allow building with
QuickCheck-2.9
- ๐ Fix GHC HEAD build
- โ Add the
-
v3.2.1 Changes
- ๐ Fix build with GHC 8.0
- โ Add
TextShow
instance forOverlap
inTextShow.Language.Haskell.TH
-
v3.2 Changes
- ๐ Allow build with
text-show-3.2
- ๐ Allow build with
-
v3.0.1 Changes
- โ
Require quickcheck-instances >= 0.3.12 in test suite due to presence of new orphan Arbitrary instances for
vector
datatypes
- โ
Require quickcheck-instances >= 0.3.12 in test suite due to presence of new orphan Arbitrary instances for
-
v2.1 Changes
- Reexport the
TextShow
classes and module fromTextShow.Instances
. This helps Haddock readers discover what new instances are added withtext-show-instances
. - ๐ Make
Tagged
instances poly-kinded
- Reexport the
-
v2.0.1 Changes
- ๐ Allow building with
vector-0.11
and above. Be aware that theShow
instances forVector
types invector-0.11.0
are different from other versions ofvector
.
- ๐ Allow building with