packages feed

torsor-0.1: torsor.cabal

name: torsor
version: 0.1
synopsis: Torsor Typeclass
description: Torsor Typeclass
homepage: https://github.com/andrewthad/torsor#readme
license: BSD3
license-file: LICENSE
author: Andrew Martin
maintainer: andrew.thaddeus@gmail.com
copyright: 2017 Andrew Martin
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10

library
  hs-source-dirs: src
  exposed-modules: Torsor
  build-depends: base >= 4.7 && < 5
  default-language: Haskell2010

source-repository head
  type: git
  location: https://github.com/andrewthad/torsor