packages feed

torsor-0.1.0.1: torsor.cabal

cabal-version:   2.4
name:            torsor
version:         0.1.0.1
synopsis:        Torsor Typeclass
description:     Torsor Typeclass.
homepage:        https://github.com/byteverse/torsor
bug-reports:     https://github.com/byteverse/torsor/issues
license:         BSD-3-Clause
license-file:    LICENSE
author:          Andrew Martin
maintainer:      amartin@layer3com.com
copyright:       2017 Andrew Martin
category:        Web
build-type:      Simple
extra-doc-files:
  CHANGELOG.md
  README.md

common build-settings
  default-language: Haskell2010
  ghc-options:      -Wall -Wunused-packages

library
  import:          build-settings
  hs-source-dirs:  src
  exposed-modules: Torsor
  build-depends:   base >=4.7 && <5
  ghc-options:     -O2

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