cabal-version: 2.4 name: stern-brocot version: 0.2.0.0 synopsis: See README for more info description: See README for more info homepage: https://github.com/strake/stern-brocot.hs bug-reports: https://github.com/strake/stern-brocot.hs/issues license: MPL-2.0 license-file: LICENSE author: M Farkas-Dyck maintainer: strake888@gmail.com copyright: 2019 M Farkas-Dyck category: Data,Math,Numeric build-type: Simple extra-doc-files: README.md , CHANGELOG.md tested-with: GHC == 8.6.5 common c build-depends: alg ^>= 0.2.13 , base ^>= 4.12 || ^>= 4.13 , base-unicode-symbols , util ^>= 0.1.15 ghc-options: -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing -Wincomplete-uni-patterns -Wincomplete-record-updates -Werror=incomplete-patterns -Werror=incomplete-uni-patterns -Werror=incomplete-record-updates -Werror=missing-fields -Werror=missing-methods default-language: Haskell2010 default-extensions: UnicodeSyntax PackageImports LambdaCase EmptyCase InstanceSigs PartialTypeSignatures PolyKinds ConstraintKinds FlexibleContexts FlexibleInstances MonadComprehensions StandaloneDeriving DeriveFunctor DeriveFoldable DeriveTraversable library import: c hs-source-dirs: src exposed-modules: Data.Difference , Data.N , Data.Np , Data.Q , Data.Qp , Data.Z other-modules: Prelude , Data.Q.Private , Data.Whole test-suite test import: c type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs build-depends: smallcheck >=1.1.4 , tasty >=1.0 , tasty-smallcheck >=0.8 , stern-brocot benchmark bench import: c type: exitcode-stdio-1.0 hs-source-dirs: bench main-is: Main.hs build-depends: gauge , stern-brocot ghc-options: -threaded -rtsopts -with-rtsopts=-N source-repository head type: git location: https://github.com/strake/stern-brocot.hs.git