File: setlocale.cabal

package info (click to toggle)
haskell-setlocale 1.0.0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76 kB
  • sloc: makefile: 2; haskell: 2
file content (25 lines) | stat: -rw-r--r-- 844 bytes parent folder | download
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
name:                setlocale
version:             1.0.0.10
x-revision: 4
synopsis:            Haskell bindings to setlocale
-- description:
license:             BSD3
license-file:        LICENSE
author:              Sven Bartscher
maintainer:          sven.bartscher@weltraumschlangen.de
copyright:           2014-2021, Sven Bartscher
category:            System
build-type:          Simple
homepage: https://gitlab.com/Kritzefitz/haskell-setlocale/
bug-reports: https://gitlab.com/Kritzefitz/haskell-setlocale/issues
-- extra-source-files:
cabal-version:       >=1.10

library
  exposed-modules:     System.Locale.SetLocale
  -- other-modules:
  other-extensions:    DeriveDataTypeable, ForeignFunctionInterface
  build-depends:       base >=4.6 && <4.20
  -- hs-source-dirs:
  build-tools:         hsc2hs
  default-language:    Haskell2010