-
Notifications
You must be signed in to change notification settings - Fork 0
/
Name-QuickSearch.cabal
45 lines (41 loc) · 1.17 KB
/
Name-QuickSearch.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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: Name-QuickSearch
version: 0.5.0.0
description: Please see the README on GitHub at <https://github.com/osoleve/Name-QuickSearch#readme>
homepage: https://github.com/osoleve/Name-QuickSearch#readme
bug-reports: https://github.com/osoleve/Name-QuickSearch/issues
author: oso
maintainer: [email protected]
copyright: 2021 oso
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/osoleve/Name-QuickSearch
library
exposed-modules:
QuickSearch
QuickSearch.Internal.Filter
QuickSearch.Internal.Matcher
QuickSearch.OneShot
QuickSearch.String
QuickSearch.String.OneShot
other-modules:
Paths_Name_QuickSearch
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, hashable >=1.3.2
, primitive >=0.7.1.0
, text
, text-metrics >=0.3
, unordered-containers >=0.2.14
, vector >=0.12.3.0
default-language: Haskell2010