summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T4437.hs
Commit message (Expand)AuthorAgeFilesLines
* Introduce the TypeAbstractions language flagVladislav Zavialov2023-01-111-1/+1
* Fix testsBodigrim2022-12-081-3/+4
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-271-0/+1
* Update submodule Cabal to tag Cabal-v3.8.1.0wip/9.4-foward-fixed-makeDouglas Wilson2022-08-311-5/+1
* Implement DeepSubsumptionSimon Peyton Jones2022-07-251-0/+1
* Bump Cabal submoduleBen Gamari2021-11-181-3/+0
* Implement the UnliftedDatatypes extensionSebastian Graf2021-03-141-0/+1
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-0/+2
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-161-0/+1
* Remove deprecated -XGenerics and -XMonoPatBindsKrzysztof Gogolewski2021-02-131-1/+2
* Remove -XMonadFailDesugaring referencesHécate2021-01-271-1/+3
* Bump Cabal submoduleBen Gamari2020-07-151-3/+0
* Implement -XLexicalNegation (GHC Proposal #229)Vladislav Zavialov2020-07-011-0/+1
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-0/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-0/+1
* testsuite: Fix comment for a language extensionTakenobu Tani2020-04-121-2/+2
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-081-1/+1
* Update to Cabal submodule to v3.2.0.0-alpha3Oleg Grenrus2020-01-041-7/+5
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-251-0/+1
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-141-0/+1
* Bump Cabal submoduleBen Gamari2019-06-121-2/+0
* Guard CUSKs behind a language pragmaVladislav Zavialov2019-05-141-0/+1
* Implement ImportQualifiedPostShayne Fletcher2019-05-081-1/+2
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+0
* Bump Cabal submoduleBen Gamari2018-07-311-3/+1
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-0/+1
* Introduce DerivingViaRyan Scott2018-06-041-0/+1
* Implement QuantifiedConstraintsSimon Peyton Jones2018-06-041-1/+2
* Bump Cabal submoduleBen Gamari2018-03-121-2/+0
* Bump Cabal submodule to 2.2Moritz Angermann2018-03-031-0/+1
* DynFlags: Support British spelling of GeneralisedNewtypeDerivingBen Gamari2018-03-021-1/+2
* Bump Cabal submoduleBen Gamari2018-02-051-1/+0
* Implement BlockArguments (#10843)Takano Akio2018-01-311-0/+1
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-211-1/+2
* Fix T4437Bartosz Nitka2017-11-181-2/+1
* Update Win32 version for GHC 8.4.Tamar Christina2017-11-091-2/+0
* Implement the basics of hex floating point literalsIavor Diatchki2017-11-021-1/+2
* Implement the EmptyDataDeriving proposalRyan Scott2017-11-021-1/+2
* Update Cabal submodule to latest version.Edward Z. Yang2016-10-021-1/+0
* Implement deriving strategiesRyan Scott2016-09-301-1/+2
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-1/+2
* Rename InjectiveTypeFamilies to TypeFamilyDependenciesBen Gamari2016-01-141-1/+1
* Add InjectiveTypeFamilies language extensionJan Stolarek2016-01-091-1/+2
* Add a note describing the protocol for adding a language extensionBen Gamari2016-01-061-0/+6
* Bump Cabal and Haddock to fix #11308Ben Gamari2016-01-061-7/+1
* Visible type applicationRichard Eisenberg2015-12-241-1/+2
* Allow recursive (undecidable) superclassesSimon Peyton Jones2015-12-151-0/+1
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-1/+2
* Implement new -XTemplateHaskellQuotes pragmaHerbert Valerio Riedel2015-11-291-0/+1