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: 098eb5472a5c4c1c658d0c04f5bea8904e52df863bc4c7794eae9b9de7a1408a name: propeller version: 0.1.0.0 synopsis: A Simple Propagator Library description: Please see the README on GitHub at category: Data homepage: https://github.com/typedbyte/propeller#readme bug-reports: https://github.com/typedbyte/propeller/issues author: Michael Szvetits maintainer: typedbyte@qualified.name copyright: 2020 Michael Szvetits license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/typedbyte/propeller library exposed-modules: Data.Propagator.Cell Data.Propagator.Change Data.Propagator.Num other-modules: Paths_propeller hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 default-language: Haskell2010