cabal-version: 2.4 -- Initial package description 'torsors.cabal' generated by 'cabal init'. -- For further documentation, see http://haskell.org/cabal/users-guide/ name: torsors version: 0.1.0.0 synopsis: Torsors, group actions, algebras, and affine spaces. description: This package gives general definitions for torsors, group actions, algebras, and affine spaces, along with useful combinators. bug-reports: https://github.com/emilypi/torsors/issues license: BSD-3-Clause license-file: LICENSE author: Emily Pillmore maintainer: emilypi@cohomolo.gy copyright: (c) 2020 Emily Pillmore category: Math, Algebra, Groups, Torsors, Actions, Affine Spaces extra-source-files: CHANGELOG.md library exposed-modules: MyLib -- other-modules: -- other-extensions: build-depends: base ^>=4.12.0.0 hs-source-dirs: src default-language: Haskell2010 executable torsors main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base ^>=4.12.0.0, torsors hs-source-dirs: exe default-language: Haskell2010 test-suite torsors-test default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: MyLibTest.hs build-depends: base ^>=4.12.0.0