-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHSet.cabal
More file actions
25 lines (23 loc) · 830 Bytes
/
HSet.cabal
File metadata and controls
25 lines (23 loc) · 830 Bytes
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
Name: HSet
Version: 0.0.2
Author: Athan Clark <athan.clark@gmail.com>
Maintainer: Athan Clark <athan.clark@gmail.com>
License: BSD3
License-File: LICENSE
Synopsis: Faux heterogeneous sets
Cabal-Version: >= 1.10
Build-Type: Simple
Category: Data
Library
Default-Language: Haskell2010
HS-Source-Dirs: src
GHC-Options: -Wall
Exposed-Modules: Data.HSet.Mutable
Other-Modules: Data.HSet.Types
Build-Depends: base >= 4.11 && < 5
, containers
, hashtables
, hashable >= 1.4
Source-Repository head
Type: git
Location: https://github.com/athanclark/HSet