Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist/
dist-newstyle/
src/**/*.c
.cabal-sandbox
.stack-work
Expand Down
7 changes: 5 additions & 2 deletions clang-pure.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ library
GeneralizedNewtypeDeriving,
TemplateHaskell,
QuasiQuotes,
StandaloneKindSignatures,
TypeOperators,
OverloadedStrings,
LambdaCase,
NamedFieldPuns,
Expand All @@ -57,15 +59,16 @@ library
vector >= 0.10.12,
bytestring >= 0.10.6,
stm >= 2.4.4,
singletons >= 2.0.1,
singletons >= 3.0.3 && < 4,
singletons-th >= 3.0 && < 4,
microlens >= 0.4.2.1,
microlens-contra >= 0.1.0.1
hs-source-dirs: src/
build-tools: hsc2hs
default-language: Haskell2010
include-dirs: cbits/
includes: clang-c/Index.h
cc-options: -Wall -Werror
cc-options: -Wall
extra-libraries: clang
ghc-options: -Wall
if impl(ghc >= 8.0.0)
Expand Down