Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
GHC
GHC
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,273
    • Issues 4,273
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 413
    • Merge Requests 413
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues
  • #18748

Closed
Open
Opened Sep 25, 2020 by Ben Gamari@bgamari🐢Maintainer

singletons broken by Quick Look

head.hackage suggests that singletons no longer builds with master.

src/Data/Singletons/Sigma.hs:61:10: error:
    * Expected kind `k0',
        but `Sigma' has kind `forall s -> (s ~> *) -> *'
      Cannot instantiate unification variable `k0'
      with a kind involving polytypes: forall s -> (s ~> *) -> *
    * In the type `Sigma'
      In the type declaration for `?'
   |
61 | type ? = Sigma
   |          ^^^^^
cabal: Failed to build singletons-2.6 (which is required by
test-singletons-1.0). See the build log above for details.

This change seems to be correlated with the merge of Quick Look.

Assignee
Assign to
9.2.1
Milestone
9.2.1
Assign milestone
Time tracking
None
Due date
None
Reference: ghc/ghc#18748