-- Initial dynamic-resolution.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: dynamic-resolution version: 0.1.0.0 synopsis: Utilities for 'compiling' trees of Dynamics into statically typed values -- description: homepage: https://gitlab.com/sciencei/dsl-resolution license: BSD3 license-file: LICENSE author: Cullin Poresky maintainer: cporeskydev@gmail.com -- copyright: category: Compilers/Interpreters build-type: Simple extra-source-files: CHANGELOG.md, README.md cabal-version: >=1.10 library exposed-modules: Data.Dynamic.Resolve , Data.Dynamic.Resolve.Util -- other-modules: -- other-extensions: build-depends: base >= 4.11.1 && < 4.12 hs-source-dirs: src default-language: Haskell2010