-- Initial NumberTheory.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: NumberTheory version: 0.1.0.1 synopsis: A library for number theoretic computations, written in Haskell. description: This is a toy library that implements number theoretic functions in Z, Z mod m, the Gaussian Integers, some combinatorics functions, and functions for manipulating continued fractions. license: GPL-3 license-file: LICENSE author: Chris Fredrickson maintainer: chris.p.fredrickson@gmail.com -- copyright: category: Math build-type: Simple cabal-version: >=1.8 library exposed-modules: NumberTheory -- other-modules: build-depends: base ==4.*, containers ==0.5.*, primes ==0.2.* ghc-options: -Wall Test-Suite NumberTheory_Tests type: exitcode-stdio-1.0 Main-Is: NumberTheory_Tests.hs build-depends: base == 4.*, containers == 0.5.*, HUnit ==1.3.1.*, primes == 0.2.*