Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-haskell-src-exts
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
recursive revbump after patching lang/ghc910
Bump all Haskell packages after switching the default compiler.
Recursive revbump after changing the default Haskell compiler
Revbump all Haskell after updating lang/ghc96
devel/hs-haskell-src-exts: Fix build with GHC 9.6 and Happy 1.21
Bump Haskell packages after updating lang/ghc94
revbump all the Haskell packages after modifying the runtime system of lang/ghc94
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
revbump after changing the default Haskell compiler
Bump packages that depends on GHC
*: Bump PKGREVISION for ghc-9.0.1
Use tools framework for Haskell source preprocessors
Update to haskell-src-exts-1.23.1 1.22.0 --> 1.23.0 ================= * Add support for BlockArguments (#444) - Technically breaking change: KnownExtension gained a new constructor BlockArguments * Add support for Arrow Brackets (#445) - Tecnically breaking change: Exp gained new constructor ArrOp
Update to haskell-src-exts-1.22.0 1.21.1 --> 1.22.0 ================= * Support Template Haskell typed splices and quotations (#432) - Breaking change: new constructors on Token data type * Fix unicode identifier parsing (#442) 1.21.0 --> 1.21.1 ================= * GHC 8.8.1 compatibility (MonadFail) 1.20.3 --> 1.21.0 ================= * DerivingVia (#420) * TypeInType (#414) * Parse TH-quoted list constructor (#415) 1.20.2 --> 1.20.3 ================= * GHC 8.6.1 compatability (MonadFail) * Remove cpphs dependency 1.20.1 --> 1.20.2 ================= * Add fixity of (&) * GHC 8.4.1 compatability 1.20.0 --> 1.20.1 =================== * Fix two test failures 1.19.1 --> 1.20.0 =================== * GHC 8.2 updates * Add some missing Generics instances (#380) * Support Template Haskell pattern splices (#352) * Fix overloaded labels starting with _ (#362) * Relax MultiParamTypeClass check (#333) * DeriveAnyClass (#337) * Deriving Strategies (#387) * OVERLAPS/OVERLAPPING/OVERLAPPABLE pragmas * Unboxed Sums * Expression holes in infix expressions * Support multiple pattern synonyms per pattern synonym signature * COMPLETE pragmas * Fix #309, remove unnecessary semi-colon from pretty printer * Refine ExplicitNamespaces to properly export type operators 1.19.0 --> 1.19.1 =================== * Revert making fields of `SrcLoc` strict. (#340) 1.18.2 --> 1.19.0 =================== * Add JavaScriptFFI to known extensions (#335) * Remove space when pretty printing `SrcLoc`. (#307) * Don't reverse arguments in a context. (#328) * Add support for EmptyCase extension (#255) 1.18.1 --> 1.18.2 =================== * Fix overzealous lexing of type applications 1.18.0 --> 1.18.1 =================== * Fix overzealous lexing of overloaded labels. 1.17.1 --> 1.18.0 =================== * Remove simplified AST * GHC 8.0 update: Overloaded labels, type applications, pattern synonym extensions, StrictData, injective type families AST changes: * Add TyQuasiQuote (#279). Other changes: * Only treat 'role' as a keyword in certain contexts (#286). * Prettyprint '!' in patterns correctly when BangPatterns are enabled (#287). * Parse magic hash with multiple trailing hashes (#300). * Apply fixities inside pattern synonym builders * Fix lexing of idents with multiple trailing #
Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3
Update to 1.17.1 CHANGELOG: 1.17.0 --> 1.17.1 ================= Bug Fix: * Fix bug in parsing view patterns (#284)
Update to 1.17.0 CHANGELOG: 1.16.0.1 --> 1.17.0 =================== AST changes: * 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. Other changes: * 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)
Bump PKGREVISION for hs-cpphs-1.19.2
Bump PKGREVISION for hs-text-1.2.1.1
Import haskell-src-exts-1.16.0.1 as devel/hs-haskell-src-exts, packaged for wip by pho. Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension of the standard haskell-src package, and handles most common syntactic extensions to Haskell, including: * Multi-parameter type classes with functional dependencies * Indexed type families (including associated types) * Empty data declarations * GADTs * Implicit parameters * Template Haskell and a few more. Apart from these standard extensions, it also handles regular patterns as per the HaRP extension as well as HSX-style embedded XML syntax.