gdritter repos shoes / master shoes.cabal
master

Tree @master (Download .tar.gz)

shoes.cabal @masterraw · history · blame

name:                shoes
version:             0.1.0.0
synopsis:            Nobody knows shoes.
description:         Nobody knows shoes.
license:             BSD3
license-file:        LICENSE
author:              Getty Ritter
maintainer:          gettyritter@gmail.com
copyright:           2016
category:            Graphics
build-type:          Simple
cabal-version:       >=1.12

library
  exposed-modules:     Shoes
  other-extensions:    FlexibleInstances, GADTs
  build-depends:       base >=4.8 && <4.9, mtl, text
  hs-source-dirs:      src
  default-language:    Haskell2010