cabal-version: >=1.22 name: preamble version: 0.0.65 license: MIT license-file: LICENSE copyright: Copyright (C) 2016 Swift Navigation, Inc. maintainer: Mark Fine 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, 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.15.4, lifted-base >=0.2.3.12, monad-control >=1.0.2.3, monad-logger >=0.3.28.2, mtl >=2.2.2, network >=2.6.3.4, resourcet >=1.1.11, safe >=0.3.15, template-haskell >=2.12.0.0, text >=1.2.2.2, text-manipulate >=0.2.0.1, time >=1.8.0.2, transformers-base >=0.4.4, unordered-containers >=0.2.8.0, uuid >=1.3.13