infer-license-0.1.0: infer-license.cabal
cabal-version: >= 1.10
-- This file has been generated from package.yaml by hpack version 0.29.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: b0e095015436197517d7c00b9d8925c6386c0f123a0ef7165ec6974e6853cc92
name: infer-license
version: 0.1.0
synopsis: Infer software license from a given license file
category: Development
bug-reports: https://github.com/sol/infer-license/issues
author: Simon Hengel <sol@typeful.net>
maintainer: Simon Hengel <sol@typeful.net>
copyright: (c) 2018 Simon Hengel
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
test/resources/AGPLv3
test/resources/BSD2
test/resources/BSD3
test/resources/BSD4
test/resources/GPLv2
test/resources/GPLv3
test/resources/LGPLv2_1
test/resources/LGPLv3
test/resources/MIT
source-repository head
type: git
location: https://github.com/sol/infer-license
library
exposed-modules:
Data.License.Infer
other-modules:
Data.License.SpdxLicenses
Data.License.Type
Paths_infer_license
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.9 && <5
, text
, text-metrics >=0.3.0 && <0.4
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Data.License.InferSpec
Paths_infer_license
hs-source-dirs:
test
ghc-options: -Wall
build-depends:
base >=4.9 && <5
, hspec ==2.*
, infer-license
, text
, text-metrics >=0.3.0 && <0.4
default-language: Haskell2010