packages feed

clr-inline-0.2.0: clr-inline.cabal

-- This file has been generated from package.yaml by hpack version 0.17.1.
--
-- see: https://github.com/sol/hpack

name:           clr-inline
version:        0.2.0
synopsis:       Quasiquoters for inline C# and F#
description:    Please see README.md
category:       Language, FFI, CLR, .NET
homepage:       https://gitlab.com/tim-m89/clr-haskell
bug-reports:    https://gitlab.com/tim-m89/clr-haskell/issues
author:         Jose Iborra
maintainer:     pepeiborra@gmail.com
copyright:      2017 Jose Iborra
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.md
    README.md

source-repository head
  type: git
  location: https://gitlab.com/tim-m89/clr-haskell/tree/master

library
  hs-source-dirs:
      src
  ghc-options: -Wall -Wno-name-shadowing
  build-depends:
      text
    , base >=4.9 && <5
    , bytestring
    , Cabal
    , case-insensitive
    , clr-host
    , clr-marshal
    , containers
    , directory
    , extra
    , filepath
    , here
    , lens
    , parsec
    , process
    , split
    , template-haskell
    , temporary
    , transformers
  exposed-modules:
      Clr.Inline
      Clr.Inline.Cabal
      Clr.Inline.Config
  other-modules:
      Clr.CSharp.Inline
      Clr.FSharp.Gen
      Clr.FSharp.Inline
      Clr.Inline.Quoter
      Clr.Inline.State
      Clr.Inline.Types
      Clr.Inline.Utils
      Clr.Inline.Utils.Embed
      Clr.Inline.Utils.Parse
      Paths_clr_inline
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      src
      test
  build-depends:
      text
    , base >=4.9 && <5
    , bytestring
    , Cabal
    , case-insensitive
    , clr-host
    , clr-marshal
    , containers
    , directory
    , extra
    , filepath
    , here
    , lens
    , parsec
    , process
    , split
    , template-haskell
    , temporary
    , transformers
    , hspec
  other-modules:
      Clr.CSharp.Inline
      Clr.FSharp.Gen
      Clr.FSharp.Inline
      Clr.Inline
      Clr.Inline.Cabal
      Clr.Inline.Config
      Clr.Inline.Quoter
      Clr.Inline.State
      Clr.Inline.Types
      Clr.Inline.Utils
      Clr.Inline.Utils.Embed
      Clr.Inline.Utils.Parse
      InlineSpec
  default-language: Haskell2010

benchmark benchmark
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
      bench
  ghc-options: -main-is Bench.main
  build-depends:
      text
    , base >=4.9 && <5
    , bytestring
    , Cabal
    , case-insensitive
    , clr-host
    , clr-marshal
    , containers
    , directory
    , extra
    , filepath
    , here
    , lens
    , parsec
    , process
    , split
    , template-haskell
    , temporary
    , transformers
    , base
    , clr-inline
    , criterion
  default-language: Haskell2010