-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacme-nullpointer.cabal
More file actions
37 lines (32 loc) · 1.06 KB
/
acme-nullpointer.cabal
File metadata and controls
37 lines (32 loc) · 1.06 KB
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
name: acme-nullpointer
version: 0.1.0.0
synopsis: Null pointers in Haskell
description: Tired of using Maybe? Wrapping values in Just makes you sick?
Missing your NullPointerExceptions?
Add null value to any data type using Data.NullPointer!
license: BSD3
license-file: LICENSE
author: Maciej Bielecki
maintainer: zyla@prati.pl
category: Data
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
tested-with:
GHC==7.10.3
, GHC==7.8.4
, GHC==8.0.2
, GHC==8.2.1
library
exposed-modules: Data.NullPointer
build-depends: base >=4.7 && <4.12, ghc-prim
default-language: Haskell2010
test-suite tests
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: test
build-depends: base, hspec, acme-nullpointer
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/zyla/haskell-nullpointer