-- Initial snowflake.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: snowflake version: 0.1.1.1 x-revision: 1 synopsis: A loose port of Twitter Snowflake to Haskell. Generates arbitrary precision, unique, time-sortable identifiers. -- description: license: Apache-2.0 license-file: LICENSE author: Andraz Bajt maintainer: edofic@gmail.com -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Snowflake build-depends: base >=4.6 && <5, time >= 1.4 && <2 hs-source-dirs: src default-language: Haskell2010