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: 103c1fa312c730380821295aae58b118d48d8f1b3578648fd12cf6fe5f87dbad name: laop version: 0.1.0.3 description: Please see the README on GitHub at category: Data 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 extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/bolt12/laop library exposed-modules: LAoP.Dist LAoP.Dist.Internal LAoP.Matrix.Internal LAoP.Matrix.Nat LAoP.Matrix.Type LAoP.Relation LAoP.Relation.Internal LAoP.Utils LAoP.Utils.Internal other-modules: Paths_laop hs-source-dirs: src build-depends: base >=4.7 && <5 , 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 , deepseq , laop default-language: Haskell2010