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: 327ec8d24c7bcc88f8f3205ed0b2d22f02b78a1637e5e45badd7c50df3b89814 name: laop version: 0.1.0.0 description: Please see the README on GitHub at homepage: https://github.com/bolt12/laop#readme bug-reports: https://github.com/bolt12/laop/issues author: Armando Santos maintainer: armandoifsantos@gmail.com copyright: MIT license: BSD3 license-file: LICENSE build-type: Simple category: Data synopsis: An inductive matrix definition library à la LAoP extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/bolt12/laop library exposed-modules: LAoP.Dist LAoP.Matrix.Nat LAoP.Matrix.Type LAoP.Relation LAoP.Utils other-modules: Paths_laop, LAoP.Matrix.Internal, LAoP.Relation.Internal, LAoP.Utils.Internal, LAoP.Dist.Internal hs-source-dirs: src build-depends: base >=4.7 && <5, deepseq default-language: Haskell2010 -- executable laop-exe -- main-is: Main.hs -- other-modules: -- Paths_laop -- hs-source-dirs: -- app -- ghc-options: -threaded -rtsopts -with-rtsopts=-N -- build-depends: -- base >=4.7 && <5 -- , laop -- , deepseq -- default-language: Haskell2010 test-suite laop-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_laop hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , laop default-language: Haskell2010