packages feed

mysql-haskell-nem-0.1.0.0: mysql-haskell-nem.cabal

name:                mysql-haskell-nem
version:             0.1.0.0
synopsis:            Adds a interface like mysql-simple to mysql-haskell.
description:         Please see README.md
homepage:            https://github.com/lorenzo/mysql-haskell-nem#readme
license:             BSD3
license-file:        LICENSE
author:              José Lorenzo Rodríguez
                   , Bryan O'Sullivan
                   , Paul Rouse
maintainer:          jose.zap@gmail.com
copyright:           2016 José Lorenzo Rodríguez
category:            Database
build-type:          Simple
extra-source-files:  Readme.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Database.MySQL.Nem
                     , Database.MySQL.Nem.QueryResults
                     , Database.MySQL.Nem.Result
  build-depends:       base >= 4.7 && < 5
                     , mysql-haskell
                     , bytestring
                     , text
                     , time
                     , scientific
                     , io-streams
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/lorenzo/mysql-haskell-nem