summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_compile
Commit message (Expand)AuthorAgeFilesLines
* Bump ghc-prim version to 0.7.0Ryan Scott2020-07-021-1/+1
* Add `module {-# SOURCE #-} Foo` syntax for hs-boot in bkpJohn Ericson2019-10-033-0/+31
* Bump ghc-prim's version where neededAlexandre2019-04-011-1/+1
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-2/+2
* Ignore more version numbers in the testsuiteAlec Theriault2019-03-111-1/+1
* ghc-prim: Bump versionBen Gamari2018-05-201-1/+1
* Add 'addWordC#' PrimOpSebastian Graf2018-05-051-1/+1
* Bump base to version 4.12.0.0Ryan Scott2018-04-191-2/+2
* Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0Ryan Scott2018-04-131-2/+2
* Bump ghc-prim to 0.5.2.0 and update changelogHerbert Valerio Riedel2017-10-171-1/+1
* Bump base to 4.11.0.0Ben Gamari2017-09-211-2/+2
* ghc-prim: Bump versionBen Gamari2017-07-231-1/+1
* Better test coverage for module reexports in signatures.Edward Z. Yang2017-04-025-0/+34
* Fix roles merging to apply only to non-rep-injective types.Edward Z. Yang2017-03-023-0/+30
* Disallow non-nullary constraint synonyms on class.Edward Z. Yang2017-03-021-4/+2
* Subtyping for roles in signatures.Edward Z. Yang2017-02-263-0/+69
* Record full FieldLabel in ifConFields.Edward Z. Yang2017-02-243-0/+19
* Include OverloadedRecordFields selectors in NameShape.Edward Z. Yang2017-02-233-0/+31
* Fix a Backpack recompilation avoidance bug when signatures change.Edward Z. Yang2017-02-171-1/+1
* Don't warn about missing methods for instances in signatures.Edward Z. Yang2017-02-143-0/+16
* Disable PVP warnings temporarily.Edward Z. Yang2017-02-124-20/+0
* Fix #13214 by correctly setting up dep_orphs for signatures.Edward Z. Yang2017-02-115-0/+110
* Failing test for #13149.Edward Z. Yang2017-01-222-0/+18
* Preserve coercion axioms when thinning.Edward Z. Yang2017-01-223-0/+13
* Fix handling of closed type families in Backpack.Edward Z. Yang2017-01-115-0/+58
* Revamp Backpack/hs-boot handling of type class signatures.Edward Z. Yang2017-01-117-30/+85
* Improve Backpack support for fixities.Edward Z. Yang2017-01-114-0/+26
* Attach warnings to non-PVP compatible uses of signatures.Edward Z. Yang2017-01-114-0/+20
* Support for using only partial pieces of included signatures.Edward Z. Yang2017-01-119-14/+112
* base: Bump version to 4.10.0.0Ben Gamari2016-12-151-2/+2
* Load orphan interfaces before checking if module implements signatureEdward Z. Yang2016-12-133-0/+36
* Sanity check if we pick up an hsig file without -instantiated-with.Edward Z. Yang2016-12-121-2/+2
* Setup tcg_imports earlier during signature matching, so orphans are visible.Edward Z. Yang2016-12-083-0/+32
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-2934-220/+220
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-1134-220/+220
* Mark previously failing backpack tests as passing, with correct output.Edward Z. Yang2016-10-203-14/+11
* Support constraint synonym implementations of abstract classes.Edward Z. Yang2016-10-205-0/+91
* New story for abstract data types in hsig files.Edward Z. Yang2016-10-205-0/+49
* The Backpack patch.Edward Z. Yang2016-10-0870-0/+1303