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: 1be2124fcded78f74de4ac6620511f5b07688b11e2cf0d2b2d6241323b63fd75 name: laop version: 0.1.0.2 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 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 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