name: acme-stringly-typed
version: 1.0.0.0
synopsis: Stringly Typed Programming
description: All the benefits of stringly typed programming at all of the costs.
license: BSD3
license-file: LICENSE
author: Sven Struett
maintainer: Sven.Struett@gmx.de
copyright: 2014 Sven Struett
category: ACME
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
Source-Repository head
Type: git
Location: https://github.com/Pseudoradius/acme-stringly-typed
library
exposed-modules: Acme.StringlyTyped
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.7
-- hs-source-dirs:
default-language: Haskell2010