packages feed

clr-win-linker-0.1.0.0: clr-win-linker.cabal

name:                clr-win-linker
version:             0.1.0.0
synopsis:            A GHC linker wrapper tool to workaround a GHC >8.2 bug
description:         Please see README.md
homepage:            https://gitlab.com/tim-m89/clr-haskell/tree/master/utils/clr-win-linker
license:             BSD3
license-file:        LICENSE
author:              Tim Matthews
maintainer:          tim.matthews7@gmail.com
copyright:           2017 Tim Matthews
category:            Language, FFI, CLR, .NET
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:  README.md

executable clr-win-linker
  hs-source-dirs:      src
  main-is:             Main.hs
  default-language:    Haskell2010
  build-depends:       base >= 4.7 && < 5, process, pipes, pipes-safe, directory