Paths_pkg fails to build with NoImplicitPrelude

20 Jan
2012
20 Jan
'12
1:40 p.m.
Hello, A .cabal file like the following: Name: pkgname Library Extensions: NoImplicitPrelude Other-Modules: Paths_pkgname ... results in a failed build due to Paths_pkgname relying on ImplicitPrelude. It would be better if 1) Paths_pkgname could somehow ignore the Extensions listed in the .cabal file, or, 2) It simply included an import of Prelude or a LANGUAGE pragma enabling ImplicitPrelude, although this solution might still be prone to breakage by other extensions. -- Dag
4872
Age (days ago)
4872
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dag Odenhall