packages feed

servant-flatten-0.2: servant-flatten.cabal

name:                servant-flatten
version:             0.2
synopsis:            Utilities for flattening servant API types
description:         Utilities for flattening servant API types
                     .
                     See the documentation of @'Servant.API.Flatten.flatten'@.
homepage:            https://github.com/alpmestan/servant-flatten
bug-reports:         http://github.com/alpmestan/servant-flatten/issues
license:             BSD3
license-file:        LICENSE
author:              Alp Mestanogullari
maintainer:          alpmestan@gmail.com
copyright:           2018 Alp Mestanogullari, Julian Arni
category:            Web
build-type:          Simple
extra-source-files:  ChangeLog.md, README.md
cabal-version:       >=1.10
tested-with:         GHC == 8.0.2, GHC == 8.2.2

source-repository head
  type:     git
  location: https://github.com/alpmestan/servant-flatten.git

library
  exposed-modules:     Servant.API.Flatten
  other-extensions:    DataKinds, PolyKinds, TypeFamilies, TypeOperators,
                       FlexibleContexts, UndecidableInstances
  build-depends:       base >=4.8 && <5, servant >= 0.8
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall