givegif-1.0.0.0: givegif.cabal
-- This file has been generated from package.yaml by hpack version 0.9.0.
--
-- see: https://github.com/sol/hpack
name: givegif
version: 1.0.0.0
synopsis: CLI Giphy search tool with previews in iTerm 2
description: Please see README.md
homepage: http://github.com/passy/givegif#readme
license: BSD3
license-file: LICENSE
author: Pascal Hartig
maintainer: Pascal Hartig <phartig@rdrei.net>
category: Console
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
stack.yaml
library
hs-source-dirs:
src
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind
build-depends:
base >= 4.7 && < 5
, text
, network-uri
, giphy-api
, bytestring
, base64-bytestring
, containers
, optparse-applicative
exposed-modules:
Console
Options.Applicative.Text
other-modules:
Paths_givegif
default-language: Haskell2010
executable givegif
main-is: Main.hs
hs-source-dirs:
app
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
base >= 4.7 && < 5
, text
, network-uri
, givegif
, giphy-api
, optparse-applicative
, bytestring
, lens
, wreq
, transformers
, errors
other-modules:
Paths_givegif
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >= 4.7 && < 5
, text
, network-uri
, givegif
, bytestring
, base64-bytestring
, hspec
, lens
, containers
default-language: Haskell2010