licensor/licensor.cabal
2020-02-16 17:34:23 -05:00

62 lines
1.5 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 28712dcff95a982ef86182ec93effb3c20abb4e12bb800d4c02803aee6bc0400
name: licensor
version: 0.3.0
synopsis: A license compatibility helper
description: A license compatibility helper.
category: Distribution
stability: Experimental
homepage: https://jpvillaisaza.co/licensor
bug-reports: https://github.com/jpvillaisaza/licensor/issues
author: Juan Pedro Villa Isaza <jpvillaisaza@gmail.com>
maintainer: Juan Pedro Villa Isaza <jpvillaisaza@gmail.com>
copyright: 2016 Juan Pedro Villa Isaza
license: MIT
license-file: LICENSE.md
build-type: Simple
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/jpvillaisaza/licensor
library
exposed-modules:
Licensor
other-modules:
Paths_licensor
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
Cabal >=1.22 && <2.1
, base >=4.8 && <4.11
, containers
, directory
, process
default-language: Haskell2010
executable licensor
main-is: Main.hs
other-modules:
Paths_licensor
hs-source-dirs:
app
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
Cabal >=1.22 && <2.1
, base >=4.8 && <4.11
, cmdargs >=0.10 && <0.11
, containers
, directory
, licensor
default-language: Haskell2010