-- Initial explicit-determinant.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: explicit-determinant version: 0.1.0.0 synopsis: explicit computation of determinant of small matrices -- description: homepage: https://github.com/jwaldmann/haskell-explicit-determinant license: GPL-3 license-file: LICENSE author: Johannes Waldmann maintainer: waldmann@imn.htwk-leipzig.de -- copyright: category: Math build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Numeric.Determinant.Explicit -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 -- hs-source-dirs: default-language: Haskell2010