packages feed

snowchecked-0.0.2.0: snowchecked.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack

name:           snowchecked
version:        0.0.2.0
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-2023 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.Encoding.Text
      Data.Snowchecked.Internal.Import
      Data.Snowchecked.Types
  other-modules:
      Paths_snowchecked
  hs-source-dirs:
      src
  ghc-options: -Wno-tabs -Wall -Wcompat -Wno-type-defaults -Wno-tabs -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 -Wunused-type-patterns -Werror=warnings-deprecations -Wnoncanonical-monad-instances -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 && <5
    , bytestring >=0.10.12.0
    , data-default >=0.7.1.1
    , deepseq >=1.4.4.0
    , text >=1.2.4.1
    , text-conversions >=0.3.1
    , 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:
      Gens
      Integer
      String
      Text
      Word32
      Word64
      Paths_snowchecked
  hs-source-dirs:
      test
  ghc-options: -Wno-tabs -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.14.1.0 && <5
    , bytestring >=0.10.12.0
    , data-default >=0.7.1.1
    , deepseq >=1.4.4.0
    , hedgehog
    , snowchecked
    , text >=1.2.4.1
    , text-conversions >=0.3.1
    , time >=1.9.3
    , unliftio
    , wide-word >=0.1.1.2
  default-language: Haskell2010