Skip to content

Commit

Permalink
Move Canteven.Internal into the .src directory
Browse files Browse the repository at this point in the history
In order to avoid having HLint parse the file at all. HLint currently does not support Template Haskell typed quotes: ndmitchell/hlint#332

Using this as a workaround: ndmitchell/hlint#117 (comment)
  • Loading branch information
Michael Ho committed Apr 25, 2017
1 parent e08305a commit 07097b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion canteven-http.cabal
Expand Up @@ -40,6 +40,8 @@ library
uuid >= 1.3.12 && < 1.4,
wai >= 3.2 && < 3.3,
wai-extra >= 3.0.8 && < 3.1
hs-source-dirs: src
hs-source-dirs:
src
.src
default-language: Haskell2010
ghc-options: -Wall

0 comments on commit 07097b1

Please sign in to comment.