-
Notifications
You must be signed in to change notification settings - Fork 0
/
type-hint.cabal
41 lines (34 loc) · 1.14 KB
/
type-hint.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
Name: type-hint
Version: 0.1
Category: Phantom Types
Stability: experimental
Synopsis: Guide type inference with proxy values
Description:
This package provides 'Proxy' values for various types from the @base@
library and functions to use these values as hints for type inference.
Homepage: https://github.com/mvv/type-hint
Bug-Reports: https://github.com/mvv/type-hint/issues
Author: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Maintainer: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Copyright: 2014 Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
License: BSD3
License-File: LICENSE
Extra-Source-Files:
README.md
Tested-With: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2,
GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2,
GHC==9.2.7, GHC==9.4.5, GHC==9.6.1
Cabal-Version: >= 1.10.0
Build-Type: Simple
Source-Repository head
Type: git
Location: https://github.com/mvv/type-hint.git
Library
Default-Language: Haskell2010
Build-Depends: base >= 4.6 && < 5
Hs-Source-Dirs: src
GHC-Options: -Wall
Exposed-Modules:
Type.Hint
if !impl(ghc>=7.7)
Build-Depends: tagged >= 0.5