packages feed

preamble-0.0.64: preamble.cabal

cabal-version: >=1.22
name: preamble
version: 0.0.64
license: MIT
license-file: LICENSE
copyright: Copyright (C) 2016 Swift Navigation, Inc.
maintainer: Mark Fine <dev@swiftnav.com>
author: Swift Navigation Inc.
homepage: https://github.com/swift-nav/preamble
synopsis: Yet another prelude.
description:
    A prelude built on basic-prelude.
category: Prelude
build-type: Simple

source-repository head
    type: git
    location: git@github.com:swift-nav/preamble.git

library
    exposed-modules:
        Preamble
    hs-source-dirs: src
    other-modules:
        Preamble.Aeson
        Preamble.Ctx
        Preamble.Lens
        Preamble.Prelude
        Preamble.Stats
        Preamble.Trace
        Preamble.Types
        Preamble.Types.Alias
        Preamble.Types.Ctx
        Preamble.Types.Orphan
        Preamble.Types.Trans
    default-language: Haskell2010
    ghc-options: -Wall
    build-depends:
        MonadRandom >=0.5.1.1,
        aeson >=1.2.4.0,
        base >=4.8 && <5,
        basic-prelude >=0.7.0,
        exceptions >=0.8.3,
        fast-logger >=2.4.11,
        lens >=4.16.1,
        lifted-base >=0.2.3.12,
        monad-control >=1.0.2.3,
        monad-logger >=0.3.28.5,
        mtl >=2.2.2,
        network >=2.6.3.6,
        resourcet >=1.2.1,
        safe >=0.3.17,
        template-haskell >=2.12.0.0,
        text >=1.2.3.0,
        text-manipulate >=0.2.0.1,
        time >=1.8.0.2,
        transformers-base >=0.4.4,
        unliftio-core >=0.1.1.0,
        unordered-containers >=0.2.9.0,
        uuid >=1.3.13