1name:                files
2version:             0.1.0.0
3-- synopsis:
4-- description:
5homepage:            https://github.com/githubuser/files#readme
6license:             BSD3
7author:              Author name here
8maintainer:          example@example.com
9copyright:           2000 Author name here
10category:            Web
11build-type:          Simple
12cabal-version:       >=1.10
13
14library
15  hs-source-dirs:      src
16  exposed-modules:     Lib
17  build-depends:       base >= 4.7 && < 5
18  default-language:    Haskell2010
19
20