packages feed

haskus-utils-compat-1.0: haskus-utils-compat.cabal

name:                haskus-utils-compat
version:             1.0
synopsis:            Compatibility modules with other external packages (ByteString, etc.)
license:             BSD3
license-file:        LICENSE
author:              Sylvain Henry
maintainer:          sylvain@haskus.fr
homepage:            http://docs.haskus.org/
copyright:           Sylvain Henry 2019
category:            System
build-type:          Simple
cabal-version:       1.20

description:
   Compatibility modules with other external packages (ByteString, etc.)

source-repository head
  type: git
  location: git://github.com/haskus/haskus-utils.git

library
  exposed-modules:
    Haskus.Utils.Embed.ByteString

  other-modules:

  build-depends:       
         base                      >= 4.9 && < 5
      ,  template-haskell          >= 2.10
      ,  haskus-binary
      ,  haskus-utils-data
      ,  directory
      ,  filepath
      ,  bytestring

  build-tools: 
  ghc-options:          -Wall
  default-language:     Haskell2010
  hs-source-dirs:       src/lib