packages feed

vinyl-operational-0.1.1: vinyl-operational.cabal

name:                vinyl-operational
version:             0.1.1
synopsis:            Initial project template from stack
description:         Please see README.md
homepage:            http://github.com/andrewthad/vinyl-operational#readme
license:             BSD3
license-file:        LICENSE
author:              Andrew Martin
maintainer:          andrew.thaddeus@gmail.com
copyright:           2016 Andrew Martin
category:            Web
build-type:          Simple
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Data.Vinyl.Operational.Core
  build-depends:       base >= 4.7 && < 5
                     , vinyl-plus
                     , operational
                     , operational-extra
  default-language:    Haskell2010
  default-extensions:
    RankNTypes
    GADTs
    ScopedTypeVariables

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