-- Initial Require.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: requirements version: 0.6.0.0 synopsis: Abstraction to manage user defined Type Errors description: Require framework, abstraction to manage user defined Type Errors license: GPL-3 license-file: LICENSE author: Juan García-Garland maintainer: jpgarcia@fing.edu.uy copyright: 2019, 2020 Juan García-Garland, Marcos Viera category: Development build-type: Simple extra-source-files: CHANGELOG.md --source-repository: https://gitlab.fing.edu.uy/aspectag/require cabal-version: >=1.10 library exposed-modules: Data.Type.Require -- other-modules: -- other-extensions: build-depends: base >=4.11.0 && < 4.15 hs-source-dirs: src default-language: Haskell2010