Package Release Info

ghc-parsec-3.1.11-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-parsec
ghc-parsec-devel

Change Logs

* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Version: 3.1.11-6.4
* Sun Jul 10 2016 psimons@suse.com
- Update to version 3.1.11 revision 0 with cabal2obs.
* Sat May 14 2016 mimi.vx@gmail.com
- update to 3.1.11
- remove useless _service
  * Most types now have a `Typeable` instance. Some instances are dropped from
  older versions of GHC (sorry about that!).
  * The token-parser now rejects Unicode numeric escape sequences for characters
    outside the Unicode range.
  * The token-parser now loses less precision when parsing literal doubles.
  * Documentation fixes and corrections.