packages feed

serviette-0.1.0.5: serviette.cabal

name:                serviette
version:             0.1.0.5
synopsis:            JSON to Sql 
description:         Use json to generate simple sql queries. I needed this for the work project and decided to implement it also                             in haskell. This could be used to query the database directly from frontend.  
homepage:            https://github.com/v0d1ch/serviette#readme
license:             BSD3
license-file:        LICENSE
author:              Sasa Bogicevic 
maintainer:          brutallesale@gmail.com
copyright:           2017 Sasa Bogicevic
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules:     Data.Serviette
                     , Data.ApiDataTypes
  build-depends:       base >= 4.7 && < 5
                     , aeson
                     , bytestring                    >= 0.9        && < 0.11
                     , text                          >= 0.11       && < 2.0
                     , text-show
                     , generic-deriving



  default-language:    Haskell2010



source-repository head
  type:     git
  location: https://github.com/v0d1ch/serviette