Name: safeint Version: 0.5 Synopsis: overflow-checked Int type Description: Defines a variant of Haskell's Int type that is overflow-checked. If an overflow or arithmetic error occurs, a run-time exception is thrown. . Currently still in an experimental stage. Everything can change. License: BSD3 License-file: LICENSE Author: Andres Loeh Maintainer: Andres Loeh Copyright: (c) 2010 Well-Typed LLP Category: Data Build-type: Simple Cabal-version: >=1.10 Extra-source-files: tests/TestSafeInt.hs Library Hs-source-dirs: src Exposed-modules: Data.SafeInt Build-depends: base >= 3.0 && < 5, ghc-prim Default-language: Haskell98 Test-suite TestSafeInt Type: exitcode-stdio-1.0 Main-is: TestSafeInt.hs Build-depends: base >= 3.0 && < 5, test-framework, test-framework-hunit, test-framework-quickcheck2, HUnit, QuickCheck >= 2.3 && < 3, safeint == 0.5 Default-language: Haskell98 Hs-source-dirs: tests Source-repository head type: git location: git://github.com/kosmikus/safeint.git