3 synopsis: Initial project template from stack
4 description: Please see README.md
5 homepage: http://github.com/max630/git-rehi#readme
9 maintainer: max@max630.net
12 -- extra-source-files:
25 ghc-options: -threaded -rtsopts -with-rtsopts=-N -main-is Rehi.main
37 build-depends: regex-pcre-builtin
39 other-modules: Rehi.Win32bits
40 extra-libraries: ntdll
42 build-depends: regex-pcre
43 default-language: Haskell2010
45 executable git-rehi-test
55 ghc-options: -threaded -rtsopts -with-rtsopts=-N -main-is Test.main
67 other-modules: Rehi.Win32bits
68 build-depends: regex-pcre-builtin
70 extra-libraries: ntdll
72 build-depends: regex-pcre
73 default-language: Haskell2010