cabal-version: 2.2 name: licensor version: 0.4.2 x-revision: 1 synopsis: A license compatibility helper description: A license compatibility helper. category: Distribution stability: Experimental homepage: https://licensor.jpvillaisaza.co/ bug-reports: https://github.com/jpvillaisaza/licensor/issues author: J. P. Villa Isaza maintainer: J. P. Villa Isaza copyright: 2016 J. P. Villa Isaza license: MIT license-file: LICENSE.md build-type: Simple extra-source-files: CHANGELOG.md README.md common common build-depends: Cabal >= 3.0 && < 3.8 , base >= 4.8 && < 5 , containers , directory default-language: Haskell2010 ghc-options: -Wall library import: common hs-source-dirs: src exposed-modules: Licensor other-modules: Paths_licensor autogen-modules: Paths_licensor build-depends: process executable licensor import: common hs-source-dirs: app main-is: Main.hs build-depends: cmdargs , licensor ghc-options: -threaded -rtsopts -with-rtsopts=-N source-repository head type: git location: https://github.com/jpvillaisaza/licensor