
Hi It appears cabal doesn't know ViewPatterns are a valid extension: hlint$ cabal install --global Resolving dependencies... Configuring hlint-1.0.0.1... Warning: Unknown extensions: ViewPatterns Preprocessing executables for hlint-1.0.0.1... Building hlint-1.0.0.1... Thanks Neil

On Mon, 2008-12-22 at 09:55 +0000, Neil Mitchell wrote:
Hi
It appears cabal doesn't know ViewPatterns are a valid extension:
Sun Oct 19 15:14:08 BST 2008 Ian Lynagh
hlint$ cabal install --global Resolving dependencies... Configuring hlint-1.0.0.1... Warning: Unknown extensions: ViewPatterns Preprocessing executables for hlint-1.0.0.1... Building hlint-1.0.0.1...
Thanks
Note that it worked despite the extension being unknown. Using unregistered extensions works so long as the compiler supports them. The only thing that we prevent is uploading packages that are using unregistered extensions. Duncan
participants (2)
-
Duncan Coutts
-
Neil Mitchell