unitym-0.1.0.0: unitym.cabal
name: unitym
version: 0.1.0.0
synopsis: Initial project template from stack
description: Please see README.md
homepage: https://github.com/githubuser/unitym#readme
license: BSD3
license-file: LICENSE
author: Author name here
maintainer: example@example.com
copyright: 2017 Author name here
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Network.UnityM
build-depends: base >= 4.7 && < 5
, text >= 1.2 && < 1.3
, transformers >= 0.5 && < 0.6
default-language: Haskell2010
ghc-options: -W -Wall -O2