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

Add NondecreasingIndentation to the list of extensions

parent dd0178b4
No related branches found
No related tags found
Loading
......@@ -48,7 +48,9 @@ Library
System.Posix.Semaphore
System.Posix.SharedMem
build-depends: base >= 4.2 && < 4.4
extensions: CPP, ForeignFunctionInterface, EmptyDataDecls
extensions: CPP, ForeignFunctionInterface, EmptyDataDecls
if impl(ghc >= 7.1)
extensions: NondecreasingIndentation
include-dirs: include
includes: HsUnix.h execvpe.h
install-includes:
......
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