1
1
mirror of https://github.com/sol/hpack.git synced 2024-10-04 03:38:00 +03:00

Support ghc-options for library sections

This commit is contained in:
Simon Hengel 2015-04-06 18:36:03 +08:00
parent d5156e49f4
commit 861460179e

View File

@ -105,5 +105,6 @@ library
#{intercalate "\n" . map (" " ++) $ libraryOtherModules}
build-depends:
#{intercalate "\n , " $ sort libraryDependencies}
ghc-options: #{unwords libraryGhcOptions}
default-language: Haskell2010
|]