-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingletons-default.cabal
43 lines (39 loc) · 1.33 KB
/
singletons-default.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
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
name: singletons-default
version: 0.1.0.7
synopsis: An optional type with type level default
description: dependently typed optional values with default
category: Data
homepage: https://github.com/morphismtech/singletons-default#readme
bug-reports: https://github.com/morphismtech/singletons-default/issues
author: Eitan Chatav
maintainer: [email protected]
copyright: 2024 Eitan Chatav
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
extra-doc-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/morphismtech/singletons-default
library
exposed-modules:
Data.Default.Singletons
other-modules:
Paths_singletons_default
autogen-modules:
Paths_singletons_default
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.7 && <5
, data-default-class >=0.1.2.0 && <1
, singletons >=3.0.2 && <3.1
, singletons-base >=3.1.1 && <3.5
default-language: Haskell2010