
#13185: haskell-relational-query: ghc: panic! (the 'impossible' happened) -------------------------------------+------------------------------------- Reporter: LocutusOfBorg | Owner: (none) Type: bug | Status: new Priority: high | Milestone: Component: Compiler | Version: 8.0.2 Resolution: | Keywords: Operating System: Linux | Architecture: | Unknown/Multiple Type of failure: Compile-time | Test Case: build crash or panic | relational-query with ghc 8.0.2 Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by RyanGlScott): I'm not even sure how you're getting that far on GHC 8.0.2. I just tried building `relational-query-0.8.3.2` fresh from Hackage, and I get this error: {{{ [40 of 40] Compiling Database.Relational.Query.TH ( src/Database/Relational/Query/TH.hs, dist/dist-sandbox- 1069cc36/build/Database/Relational/Query/TH.o ) src/Database/Relational/Query/TH.hs:83:49: error: Module ‘Database.Record.TH’ does not export ‘recordType’ }}} Are one of my dependencies too recent? {{{ $ cabal install --enable-tests --dry-run Resolving dependencies... In order, the following would be installed (use -v for more details): dlist-0.8.0.2 names-th-0.2.0.2 primitive-0.6.2.0 random-1.1 sql-words-0.1.4.1 text-1.2.2.2 tf-random-0.5 QuickCheck-2.9.2 quickcheck-simple-0.1.0.1 th-data-compat-0.0.2.2 persistable-record-0.5.0.1 th-reify-compat-0.0.1.1 time-locale-compat-0.1.1.3 relational-query-0.8.3.2 (latest: 0.9.1.0) }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13185#comment:13 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler