On 6 November 2010 17:52, Reiner Pope <[email protected]> wrote: > Ah, I hadn't thought of that. But doesn't the version of GHC change > much more often than the version of base does?
Each major version of GHC has a different (major) version of base. I think you can also say stuff like "ghc >= 6.10", but I'm not sure. -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
