Package Release Info

ghc-haskell-src-exts-1.18.2-bp150.2.5

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-haskell-src-exts
ghc-haskell-src-exts-devel

Change Logs

* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Sun Feb 12 2017 psimons@suse.com
- Update to version 1.18.2 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 1.17.1 revision 1 with cabal2obs.
* Tue Dec 15 2015 mimi.vx@gmail.com
- update to 0.17.1
  * Fix bug in parsing view patterns (#284)
  * Replaced VarA with AppA in Asst (#168).
  * Promoted list/tuple members changed from Promoted to Type (#162).
  * Update PatBind, Match, and Alt from containing Binds to Maybe Binds to
  distinguish between empty where clauses and where clauses with no
  binds (#244).
  * Add RoleAnnotDecl and Role to support Role annotations (#215).
  * Move NameSpace field from EVar/IVar to EAbs/IAbs.
  * Add standalone parsers for ImportDecl.
  * Fix pretty-printer bugs for HaRP (#160).
  * Insert parentheses when pretty-printing non-atomic bang types (#169).
  * Un-reverse confusion of left and right arrow (#175).
  * Prettyprint option pragmas like 1.15 (#172).
  * Conditionally insert lines when pretty-printing declarations (#171).
  * Distinguish deriving (Show) from deriving Show (#189).
  * Allow parsing of unicode subscript and superscript functions (#173).
  * Pretty print unboxed tuples with spaces (#193).
  * Improve performance when parsing long extension lists (#200).
  * Properly pretty print constructor and class operators (#204).
  * Read Haskell source files as UTF-8 (#223).
  * Fix ExplicitNamespaces parsing (#216).
  * PolyKinds implies KindSignatures (#220).
  * Preserve location information for infix binds (#205).
  * Preserve positional information in checkPattern (#231).
  * Maintain correct line numbers when parsing multiline GHC_OPTIONS (#218).
  * Correctly parse "*" with TypeOperators (#81).
  * Export the "pretty" method (#222).
  * Add javascript calling convention for foreign imports (#236).
  * Add non-greedy parsers for module heads (#191).
  * Add a flag to disable arity checking when parsing (#260).
  * Parse "-" in type signatures (#206).
  * Add support for type wildcards and expression holes (#252).
  * Add support for Pattern Synonyms (#197).
  * Bump the happy lower bound (#250).
  * Make test suite pass on GHC 7.12 (#224).
  * Support linking Haddock comments to AST nodes (#213).
  * Parse multiline LANGUAGE pragmas (#217).
  * Parse trailing where (#25).
  * Parse modules starting with pragmas and indented
  "module" keyword (#122).
  * Use pretty-show to get human readable test outputs.
  * Respect fixity declarations inside where/let/class in
  `applyFixities` (#212).
  * Correctly parse the combination of view patterns and bang patterns. (#276)
* Wed Apr 29 2015 mimi.vx@gmail.com
- add _constraints file for ppc64le
* Sat Nov 22 2014 mimi.vx@gmail.com
- add group to devel section
* Fri Nov 21 2014 mimi.vx@gmail.com
- initial commit