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,251
    • Issues 4,251
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 391
    • Merge Requests 391
  • 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

  • Open 3
  • Closed 204
  • All 207
New issue
  • Priority Created date Last updated Milestone due date Due date Popularity Label priority Manual Weight
  • Documentation of RuntimeRep is wrong about 64-bit integer reps
    #16964 · opened Jul 21, 2019 by Ömer Sinan Ağacan   8.8.1   Pnormal documentation levity polymorphism question
    • 55
    updated Nov 01, 2019
  • Cannot put (.) or (!) type operators into an export list
    #16339 · opened Feb 19, 2019 by Ryan Scott   8.8.1   5   Pnormal Trac import backport bug parser
    • CLOSED
    • 4
    updated Jul 07, 2019
  • Suggest -XExistentialQuantification for 'forall' in data declarations
    #16311 · opened Feb 12, 2019 by Vladislav Zavialov   8.8.1   5   Pnormal Trac import backport parser task
    • CLOSED
    • 5
    updated Jul 07, 2019
  • Lexer errors for newer unicode characters
    #17797 · opened Feb 06, 2020 by dminuoso   8.8.1   Pnormal Unicode bug parser
    • CLOSED
    • 2
    updated Feb 06, 2020
  • Closed type family declaration accepts any name in LHS
    #17633 · opened Jan 03, 2020 by Maxim Koltsov   8.8.1   Pnormal TypeFamilies bug program incorrectly accepted typechecker
    • CLOSED
    • 1
    • 2
    • 2
    updated Jan 03, 2020
  • clang should be used on OpenBSD
    #16857 · opened Jun 23, 2019 by roland   8.8.1   5   Pnormal bug ghc build failure
    • CLOSED
    • 3
    • 3
    updated Jan 24, 2020
  • checkStack sanity check fails
    #16303 · opened Feb 11, 2019 by Ömer Sinan Ağacan   8.8.1   5   Pnormal Trac import bug
    • CLOSED
    • 3
    • 3
    updated Jul 07, 2019
  • :kind accepts bogus type
    #16287 · opened Feb 05, 2019 by Simon Peyton Jones   8.8.1   5   Pnormal Trac import bug
    • CLOSED
    • 3
    • 5
    updated Jul 07, 2019
  • Lexer: Alternate Layout Rule injects actual not virtual braces
    #16279 · opened Feb 02, 2019 by Alan Zimmerman   8.8.1   5   API annotations Pnormal Trac import bug parser
    • CLOSED
    • 3
    • 2
    updated Jul 07, 2019
  • API Annotations: parens anns discarded for `(*)` operator
    #16265 · opened Jan 31, 2019 by Alan Zimmerman   8.8.1   5   API annotations Pnormal Trac import bug parser
    • CLOSED
    • 3
    • 3
    updated Jul 07, 2019
  • Use of plugins causes different SafeHaskellMode returned for the module
    #16260 · opened Jan 31, 2019 by Zejun Wu   8.8.1   5   Pnormal Trac import bug
    • CLOSED
    • 10
    updated Jul 07, 2019
  • Visible kind application defeats type family with higher-rank result kind
    #16255 · opened Jan 29, 2019 by Ryan Scott   8.8.1   5   Pnormal Trac import TypeApplications TypeFamilies bug typechecker
    • CLOSED
    • 7
    updated Jul 07, 2019
  • API Annotations: AnnAt disconnected for TYPEAPP
    #16236 · opened Jan 25, 2019 by Alan Zimmerman   8.8.1   5   API annotations Pnormal Trac import bug parser
    • CLOSED
    • 3
    • 2
    updated Jul 07, 2019
  • API Annotations: more explicit foralls fixup
    #16230 · opened Jan 24, 2019 by Alan Zimmerman   8.8.1   5   API annotations Pnormal Trac import bug parser
    • CLOSED
    • 3
    • 2
    updated Jul 07, 2019
  • API Annotations: Parens not attached correctly for ClassDecl
    #16212 · opened Jan 21, 2019 by Alan Zimmerman   8.8.1   5   API annotations Pnormal Trac import bug parser
    • CLOSED
    • 3
    • 7
    updated Jul 07, 2019
  • Strictness is not preserved under -O1
    #16197 · opened Jan 17, 2019 by Alex Lang   8.8.1   5   Pnormal Trac import bug incorrect runtime result
    • CLOSED
    • 8
    updated Jul 07, 2019
  • GHC Panic deriving unbox vector (StrictData/unbox-strict-fields interaction)
    #16191 · opened Jan 16, 2019 by dbeacham   8.8.1   5   Pnormal Trac import bug
    • CLOSED
    • 7
    updated Jul 07, 2019
  • GHC HEAD regression: -ddump-splices incorrectly parenthesizes HsKindSig applications
    #16183 · opened Jan 14, 2019 by Ryan Scott   8.8.1   5   Pnormal TemplateHaskell Trac import bug debug information
    • CLOSED
    • 5
    updated Jul 07, 2019
  • Retainer Profiling is broken
    #16182 · opened Jan 14, 2019 by Eric Crockett   8.8.1   5   Pnormal Trac import bug profiling runtime crash
    • CLOSED
    • 5
    updated Jul 07, 2019
  • TH can sneak in TypeApplications without enabling the extension
    #16133 · opened Jan 05, 2019 by Ryan Scott   8.8.1   5   Pnormal TemplateHaskell Trac import bug
    • CLOSED
    • 1
    updated Jul 07, 2019
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 11
  • Next