[GHC] #13803: Panic while forcing the thunk for TyThing IsFile (regression)

GHC ghc-devs at haskell.org
Thu Jun 8 18:45:13 UTC 2017


#13803: Panic while forcing the thunk for TyThing IsFile (regression)
-------------------------------------+-------------------------------------
        Reporter:  inaki             |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.2.1-rc2
      Resolution:                    |             Keywords:  hs-boot
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  Compile-time      |  Unknown/Multiple
  crash or panic                     |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by RyanGlScott):

 Hrm, it looks like you could also use this instead for
 `GIGioInterfacesFile.hs`:

 {{{#!hs
 module GIGioInterfacesFile where

 import Data.Text
 import {-# SOURCE #-} qualified GIGioObjectsFileEnumerator as
 Gio.FileEnumerator
 import {-# SOURCE #-} qualified GIGioObjectsMountOperation as
 Gio.MountOperation

 class IsFile o
 }}}

 That still requires an external dependency (`text`), but it's a far easier
 dependency to install than `haskell-gi-base`, at least.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13803#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list