-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathhiedb-plugin.cabal
More file actions
49 lines (45 loc) · 1.41 KB
/
Copy pathhiedb-plugin.cabal
File metadata and controls
49 lines (45 loc) · 1.41 KB
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.12
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
name: hiedb-plugin
version: 0.1.0
synopsis: See README on Github for more information
description: Automatically index in hiedb on recompiliation
license: MIT
license-file: LICENSE
author: Joseph Sumabat
maintainer: josephrsumabat@gmail.com
category: Development
homepage: https://github.com/josephsumabat/hiedb-plugin#readme
bug-reports: https://github.com/josephsumabat/hiedb-plugin/issues
build-type: Simple
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/josephsumabat/hiedb-plugin
library
exposed-modules:
Plugin.HieDb
other-modules:
Paths_hiedb_plugin
build-depends:
base >=4.17.0 && <4.20
, directory >=1.3.7 && <1.4
, filepath >=1.4.1 && <1.5
, ghc >=9.6.0 && <9.10
, hiedb >=0.6.0.0 && <0.7.0.0
, stm >=2.5.1.0 && <2.6.0.0
hs-source-dirs:
src
default-extensions:
FlexibleContexts
LambdaCase
NoFieldSelectors
OverloadedRecordDot
OverloadedStrings
ScopedTypeVariables
ghc-options: -Wall -fwrite-ide-info
default-language: Haskell2010