name: find-source-files version: 0.1.0.0 synopsis: Initial project template from stack description: Find source files at runtime using cabal homepage: https://github.com/oisdk/find-source-files#readme license: MIT license-file: LICENSE author: Donnacha Oisín Kidney maintainer: mail@doisinkidney.com copyright: 2016 Donnacha Oisín Kidney category: Test build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Test.Doctest.Find build-depends: base >= 4.7 && < 5 , Cabal >= 1.24 , directory >= 1.2 , filepath >= 1.4 , mtl >= 2.2 default-language: Haskell2010 ghc-options: -Wall source-repository head type: git location: https://github.com/oisdk/find-source-files