File: bindings-uname.cabal

package info (click to toggle)
haskell-bindings-uname 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 52 kB
  • sloc: makefile: 5; haskell: 2
file content (30 lines) | stat: -rw-r--r-- 780 bytes parent folder | download | duplicates (2)
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
Name:                bindings-uname
Version:             0.1
Synopsis:            Low-level binding to POSIX uname(3)
Description:
        This is a low-level binding to POSIX uname(3)
        function. Perhaps it shoule be part of unix package.
Category:            FFI, System
License:             PublicDomain
Author:              PHO <pho at cielonegro.org>
Maintainer:          PHO <pho at cielonegro.org>
Stability:           Experimental
Cabal-Version:       >= 1.6
Build-Type:          Simple

Source-Repository head
    Type: git
    Location: git://git.cielonegro.org/bindings-uname

Library
    Build-Depends:
        base < 5

    Exposed-Modules:
        Bindings.Uname

    Extensions:
        EmptyDataDecls, ForeignFunctionInterface

    GHC-Options:
        -Wall