Skip to content
Snippets Groups Projects
Commit acd332c3 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Make the .cabal file fully 1.10-compliant

Add Default-Language field, and change Extensions to Default-Extensions.
parent 2ca75c90
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,8 @@ Library
Distribution.Simple.GHC.IPI642,
Paths_Cabal
Extensions: CPP
Default-Language: Haskell98
Default-Extensions: CPP
test-suite unit-tests
type: exitcode-stdio-1.0
......@@ -144,3 +145,4 @@ test-suite unit-tests
extensible-exceptions,
bytestring,
unix
Default-Language: Haskell98
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment