bos: > Don Stewart wrote: > > >> (Hackage can't host code that uses GHC 6.8.2's language extension names > >> yet.) > > > > {-# LANGUAGE XYZ #-} pragmas? If so, I'm pretty sure they're > > supported, since xmonad uses them, and is on hackage. > > Language pragmas in general are fine, but I believe I'm using a few that > are new to Cabal 1.2.3.0, which isn't being used to power Hackage yet. > Or thus quoth Duncan. Ah yes, good point!
There are some that can't be placed in the .cabal file -- though they can go in the .hs file (with -fglasgow-exts in the .cabal as needed). -- Don _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe