File: optional-args.cabal

package info (click to toggle)
haskell-optional-args 1.0.2-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 60 kB
  • sloc: haskell: 68; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 835 bytes parent folder | download | duplicates (3)
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
Name: optional-args
Version: 1.0.2
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2015 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/Haskell-Optional-Args-Library/issues
Synopsis: Optional function arguments
Description: This library provides a type for specifying `Optional` function
  arguments
  .
  Read the tutorial in "Data.Optional" to learn more
Category: Data
Source-Repository head
    Type: git
    Location: https://github.com/Gabriel439/Haskell-Optional-Args-Library

Library
    HS-Source-Dirs: src
    Build-Depends: base >= 4.5 && < 5
    if !impl(ghc >= 8.0)
      Build-Depends: semigroups >= 0.16 && < 0.19
    Exposed-Modules: Data.Optional
    GHC-Options: -O2 -Wall
    Default-Language: Haskell2010