-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalfred-hoogle.cabal
51 lines (44 loc) · 1.45 KB
/
alfred-hoogle.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
cabal-version: 1.24
name: alfred-hoogle
version: 0.1.3
description: Hoogle from Alfred
synopsis: Hoogle from Alfred
license: MIT
license-file: LICENSE
author: Meck
maintainer: johan@meck.se
copyright: 2018 Meck
category: Utility
build-type: Simple
extra-doc-files: README.md
, CHANGELOG.md
, TODO.md
tested-with: GHC == 8.4.3
executable alfred-hoogle
hs-source-dirs: app
main-is: Main.hs
ghc-options: -Wall
-threaded
-rtsopts
-with-rtsopts=-N
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-Wcompat
-Widentities
-Wredundant-constraints
-fhide-source-paths
-Wmissing-export-lists
-Wpartial-fields
build-depends: base
, alfred-footman
, hoogle
, bytestring
, containers
, http-conduit
, tagsoup
, text
, binary
, silently
, directory
, shake
default-language: Haskell2010