-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathersatz-pointer.cabal
39 lines (35 loc) · 1.09 KB
/
ersatz-pointer.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
cabal-version: 2.2
author: Mitchell Rosen
bug-reports: https://github.com/awkward-squad/ersatz-pointer/issues
category: Concurrency
copyright: Copyright (C) Mitchell Rosen, Travis Staton
description: A safe and friendly interface to weak pointers in GHC.
homepage: https://github.com/awkward-squad/ersatz-pointer
license: BSD-3-Clause
license-file: LICENSE
maintainer: Mitchell Rosen <[email protected]>, Travis Staton <[email protected]>
name: ersatz-pointer
stability: experimental
synopsis: A friendly interface to weak pointers in GHC
version: 0.1.0
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/awkward-squad/ersatz-pointer.git
library
build-depends: base ^>= 4.16 || ^>= 4.17
default-language: GHC2021
exposed-modules: ErsatzPointer
ghc-options:
-Weverything
-Wno-all-missed-specialisations
-Wno-implicit-prelude
-Wno-missed-specialisations
-Wno-missing-import-lists
-Wno-missing-kind-signatures
-Wno-missing-safe-haskell-mode
-Wno-prepositive-qualified-module
-Wno-safe
-Wno-unsafe