packages feed

ttc 1.1.1.0 → 1.1.1.1

raw patch · 5 files changed

+13/−14 lines, 5 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -24,6 +24,12 @@  [KaC]: <https://keepachangelog.com/en/1.0.0/> +## 1.1.1.1 (2022-03-01)++### Non-Breaking++* Refactor `Makefile`+ ## 1.1.1.0 (2021-12-25)  ### Non-Breaking
LICENSE view
@@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2019-2021 Travis Cardwell+Copyright (c) 2019-2022 Travis Cardwell  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
README.md view
@@ -18,7 +18,7 @@     * [Arbitrary Type Conversion](#arbitrary-type-conversion) * [Project](#project)     * [Links](#links)-    * [Dependencies](#dependencies)+    * [Tags](#tags)     * [Contribution](#contribution)     * [License](#license) @@ -287,14 +287,7 @@ * GitHub: <https://github.com/ExtremaIS/ttc-haskell> * GitHub Actions CI: <https://github.com/ExtremaIS/ttc-haskell/actions> -### Dependencies--Dependency version bounds are strictly specified according to what versions-have been tested.  If upper bounds need to be bumped when a new package is-released or the package has been tested with earlier versions, feel free to-submit an issue.--### Releases+### Tags  All releases are tagged in the `main` branch.  Release tags are signed using the
src/Data/TTC.hs view
@@ -2,7 +2,7 @@ -- | -- Module      : Data.TTC -- Description : textual type classes--- Copyright   : Copyright (c) 2019-2021 Travis Cardwell+-- Copyright   : Copyright (c) 2019-2022 Travis Cardwell -- License     : MIT -- -- TTC, an initialism of /Textual Type Classes/, is a library that provides
ttc.cabal view
@@ -1,5 +1,5 @@ name:           ttc-version:        1.1.1.0+version:        1.1.1.1 category:       Data, Text synopsis:       Textual Type Classes description:@@ -11,7 +11,7 @@ bug-reports:    https://github.com/ExtremaIS/ttc-haskell/issues author:         Travis Cardwell <travis.cardwell@extrema.is> maintainer:     Travis Cardwell <travis.cardwell@extrema.is>-copyright:      Copyright (c) 2019-2021 Travis Cardwell+copyright:      Copyright (c) 2019-2022 Travis Cardwell license:        MIT license-file:   LICENSE @@ -23,7 +23,7 @@    || ==8.6.5    || ==8.8.4    || ==8.10.7-   || ==9.0.1+   || ==9.0.2    || ==9.2.1  extra-source-files: