locators-0.3.0.2: locators.cabal
cabal-version: 1.24
name: locators
version: 0.3.0.2
synopsis: Human exchangable identifiers and locators
license: MIT
license-file: LICENSE
description:
/Overview/
.
Simple identifiers (as used, for example, as "locators" in airline reservation
systems) using a subset of the Latin1 alphabet whose characters are unambigious
when written or spoken.
author: Andrew Cowie <istathar@gmail.com>
maintainer: Andrew Cowie <istathar@gmail.com>
copyright: © 2013-2020 Athae Eredh Siniath and Others
category: Other
tested-with: GHC == 8.8.3
stability: experimental
build-type: Simple
library
default-language: Haskell2010
build-depends: base >= 4 && <5,
bytestring,
containers,
cryptohash
hs-source-dirs: lib
include-dirs: .
exposed-modules: Data.Locator
other-modules: Data.Locator.Common,
Data.Locator.Hashes,
Data.Locator.English16
Data.Locator.Latin25
ghc-options: -Wall
-Wwarn
-fwarn-tabs
-funbox-strict-fields
-fno-warn-missing-signatures
-fno-warn-unused-do-bind
ghc-prof-options: -fprof-auto-exported
test-suite check
type: exitcode-stdio-1.0
default-language: Haskell2010
build-depends: base >= 4 && <5,
HUnit,
hspec,
QuickCheck,
bytestring,
containers,
cryptohash,
locators
hs-source-dirs: tests
main-is: check.hs
other-modules: TestSuite
ghc-options: -threaded
-Wall
-Wwarn
-fwarn-tabs
-funbox-strict-fields
-fno-warn-missing-signatures
-fno-warn-unused-do-bind
include-dirs: .
source-repository head
type: git
location: git@github.com:aesiniath/locators.git
-- vim: set tabstop=21 expandtab: