name: giak version: 0.1.0.1 synopsis: Fuzzy finder for cabal executables description: Simple program that looks for executables in your .cabal and presents you with a list. You can then complete the command you need, or simply hit enter when the fuzzy finder narrowed the list down to what you need. homepage: http://github.com/nmattia/giak license: MIT license-file: LICENSE author: Nicolas Mattia maintainer: nicolas@nmattia.com copyright: 2016 Nicolas Mattia category: Development 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