packages feed

copilot-core-3.5: CHANGELOG

2021-08-19
        * Version bump (3.5). (#247)
        * Update travis domain in README. (#222)
        * Remove commented code. (#15)
        * Update official maintainer. (#236)
        * Update source repo location. (#241)
        * Add I. Perez to author list. (#243)

2021-07-07
        * Version bump (3.4). (#231)
        * Deprecated `Copilot.Core.Locals`. (#141)
        * Deprecated `Copilot.Core.Type.Read` module. (#144)
        * Deprecated `showWit`. (#140)
        * Deprecated `Copilot.Core.Type.Eq`. (#143)
        * Remove unused module `Copilot.Core.StructMarshal`. (#139)

2021-05-07
        * Version bump (3.3). (#217)
        * Fix URL in bug-reports field in cabal file. (#215)
        * Deprecate unused module Copilot.Core.MakeTags. (#142)
        * Deprecate unused functions in Copilot.Core.PrettyDot. (#137)

2021-03-05
        * Version bump (3.2.1). (#136)
        * Completed the documentation. (#145)

2020-12-06 Ivan Perez <ivan.perez@acm.org>
        * Version bump (3.2).
        * Fixed implementation of tysize for n-dimensional arrays. (#147).
        * Removed sorting of interpreter output (#148).
        * Minor documentation fixes (#149, #151).
        * Credits: @fdedden.

2019-11-22 Ivan Perez <ivan.perez@nianet.org>
        * Version bump (3.1).
        * Eliminate random modules and generators (#157).
        * Updated contact information for 'impossible' error (#154).
        * Implement missing pretty printer for Index operator (#155).