cabal-version: 3.0 name: unbound-generics-unify version: 0.1.1 synopsis: Unification based on unbound-generics -- description: license: BSD-3-Clause license-file: LICENSE author: Alejandro Serrano maintainer: trupill@gmail.com -- copyright: category: Language build-type: Simple extra-source-files: README.md common warnings ghc-options: -Wall library import: warnings exposed-modules: Unbound.Generics.Unify build-depends: base >= 4.16 && < 5, unbound-generics ^>= 0.4.4, containers >= 0.7, transformers >= 0.6 hs-source-dirs: src default-language: GHC2021