packages feed

adtrees-0.1.0.0: adtrees.cabal

-- Initial adtrees.cabal generated by cabal init.  For further documentation,
-- see http://haskell.org/cabal/users-guide/

name:                adtrees
version:             0.1.0.0
synopsis:            Modelling, rendering and quantitative analysis on attack defense trees
-- description:
license:             GPL-3
license-file:        LICENSE
author:              Uma Zalakain
maintainer:          ping@umazalakain.info
copyright:           Uma Zalakain
category:            Language
build-type:          Simple
-- extra-source-files:  CHANGELOG.md
cabal-version:       >=1.10

library
  exposed-modules:     Language.ADTrees
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.11 && <4.12
  hs-source-dirs:      src
  default-language:    Haskell2010