Package Release Info

ghc-parsec-3.1.11-6.4

Update Info: 5585
Available in Package Hub : 12 GA-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-parsec
ghc-parsec-devel

Change Logs

* 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.