cabal-version: 2.2 name: counting version: 0.1.0.0 author: Joshua Moerman maintainer: joshua@cs.rwth-aachen.de build-type: Simple common stuff default-language: Haskell2010 build-depends: base >=4.14 && <4.15, containers, MemoTrie library import: stuff hs-source-dirs: src exposed-modules: Bell, Binomial, Matchings, Stirling executable counting import: stuff hs-source-dirs: app main-is: Main.hs build-depends: counting