name: acme-numbersystem
version: 0.2.0.0
synopsis: Define the less than and subtraction for nats
description: Define the less than relation and subtraction for numbers up to a number by using Template Haskell.
license: BSD3
license-file: LICENSE
author: Maxwell Swadling
maintainer: maxwellswadling@gmail.com
category: Acme
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Acme.NumberSystem
other-extensions: TemplateHaskell, ConstraintKinds
build-depends: base >=4.6 && <4.7, template-haskell >=2.8 && <2.9
default-language: Haskell2010