mokus0 / th-extras

A grab bag of useful functions for use with Template Haskell
4 stars 14 forks source link

Could not find module `Data.Generics' #1

Open nomeata opened 11 years ago

nomeata commented 11 years ago

Hi,

your package seems to fail to build with current GHC and platform versions, see e.g. https://buildd.debian.org/status/fetch.php?pkg=haskell-th-extras&arch=i386&ver=0.0.0.2-1&stamp=1376003885

Greetings, Joachim

mgajda commented 8 years ago

Indeed it is a blocker for GHC 8.0 compatibility.

idontgetoutmuch commented 8 years ago

I get

src/Language/Haskell/TH/Extras.hs:83:18: error:
    Not in scope: data constructor ‘FamilyD’
    Perhaps you meant ‘FamilyI’ (imported from Language.Haskell.TH.Syntax)
ali-abrar commented 5 years ago

Looks like more recent versions are working: https://buildd.debian.org/status/package.php?p=haskell-th-extras

ali-abrar commented 5 years ago

As of #5 the library is being built against GHC 8.4 and 8.6 successfully.