snowchecked-0.0.0.1: snowchecked.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: snowchecked
version: 0.0.0.1
synopsis: A checksummed variation on Twitter's Snowflake UID generation algorithm
description: See the file ./README.md, which is included in the package and also on GitHub.
category: Data
homepage: https://github.com/robertfischer/hs-snowflake-checked#readme
bug-reports: https://github.com/robertfischer/hs-snowflake-checked/issues
author: Robert Fischer
maintainer: smokejumperit@gmail.com
copyright: 2021 Robert Fischer
license: Apache-2.0
license-file: LICENSE
build-type: Simple
extra-source-files:
LICENSE
README.md
package.yaml
stack.yaml
stack.yaml.lock
source-repository head
type: git
location: https://github.com/robertfischer/hs-snowflake-checked
library
exposed-modules:
Data.Snowchecked
Data.Snowchecked.Encoding.ByteString
Data.Snowchecked.Encoding.ByteString.Lazy
Data.Snowchecked.Encoding.Class
Data.Snowchecked.Encoding.Integral
Data.Snowchecked.Internal.Import
Data.Snowchecked.Types
other-modules:
Paths_snowchecked
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Werror=unused-do-bind -Werror=incomplete-record-updates -Werror=incomplete-uni-patterns -Werror=partial-fields -Werror=incomplete-patterns -Wredundant-constraints -Werror=missing-exported-signatures -Wmissed-specializations -Wno-unused-packages -Wunused-type-patterns -Werror=warnings-deprecations -Wnoncanonical-monad-instances -Wno-type-defaults -Wno-tabs -feager-blackholing -fexcess-precision -flate-dmd-anal -fmax-inline-alloc-size=1024 -fmax-simplifier-iterations=8 -fpedantic-bottoms -fregs-iterative -fsimplifier-phases=4 -fspec-constr-count=10 -fspecialise-aggressively -flate-specialise -fstatic-argument-transformation -fstrictness-before=3
build-depends:
base >=4.14.1.0 && <4.15
, bytestring >=0.10.12.0
, data-default >=0.7.1.1
, deepseq >=1.4.4.0
, time >=1.9.3
, wide-word >=0.1.1.2
default-language: Haskell2010
test-suite test-suite
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_snowchecked
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Werror=unused-do-bind -Werror=incomplete-record-updates -Werror=incomplete-uni-patterns -Werror=partial-fields -Werror=incomplete-patterns -Wredundant-constraints -Werror=missing-exported-signatures -Wmissed-specializations -Wno-unused-packages -Wunused-type-patterns -Werror=warnings-deprecations -Wnoncanonical-monad-instances -Wno-type-defaults -Wno-tabs -feager-blackholing -fexcess-precision -flate-dmd-anal -fmax-inline-alloc-size=1024 -fmax-simplifier-iterations=8 -fpedantic-bottoms -fregs-iterative -fsimplifier-phases=4 -fspec-constr-count=10 -fspecialise-aggressively -flate-specialise -fstatic-argument-transformation -fstrictness-before=3 -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.14.1.0 && <4.15
, bytestring >=0.10.12.0
, data-default >=0.7.1.1
, deepseq >=1.4.4.0
, hedgehog
, snowchecked
, time >=1.9.3
, wide-word >=0.1.1.2
default-language: Haskell2010