giak-0.1.0.0: giak.cabal
name: giak
version: 0.1.0.0
synopsis: Fuzzy finder for cabal executables
description: Please see README.md
homepage: http://github.com/nmattia/giak
license: MIT
license-file: LICENSE
author: Nicolas Mattia
maintainer: nicolas@nmattia.com
copyright: 2016 Nicolas Mattia
category: Web
build-type: Simple
cabal-version: >=1.10
executable giak
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, Cabal >= 1.18
, async >= 2.0
, filepath >= 1.3
, extra >= 1.0
, bytestring >= 0.10
, containers >= 0.5
, directory >= 1.2
, filemanip >= 0.3
, mtl >= 2.1
, process >= 1.2
, semigroups >= 0.16
, stm >= 2.4
, stm-chans >= 3.0
, text >= 1.2
, unix >= 2.7
, wybor >= 0.1
ghc-options: -Wall
other-modules: IOCTL