Skip to content

Commit

Permalink
Update from Hackage at 2017-06-23T06:31:06Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jun 23, 2017
1 parent bb656ef commit 63b9496
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
61 changes: 61 additions & 0 deletions preamble/0.0.39/preamble.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: preamble
version: 0.0.39
synopsis: Yet another prelude.
description: A prelude built on basic-prelude.
homepage: https://github.com/swift-nav/preamble
license: MIT
license-file: LICENSE
author: Swift Navigation Inc.
maintainer: Mark Fine <dev@swiftnav.com>
copyright: Copyright (C) 2016 Swift Navigation, Inc.
category: Prelude
build-type: Simple
cabal-version: >= 1.22

library
hs-source-dirs: src
exposed-modules: Preamble
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
, aeson
, base == 4.8.*
, basic-prelude
, exceptions
, fast-logger
, lens
, monad-control
, monad-logger
, mtl
, network
, resourcet
, safe
, template-haskell
, text
, text-manipulate
, time
, transformers-base
, unordered-containers
, uuid

executable shake-preamble
main-is: Shakefile.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends: base == 4.8.*
, shakers
default-language: Haskell2010

source-repository head
type: git
location: git@github.com:swift-nav/preamble.git
1 change: 1 addition & 0 deletions preamble/0.0.39/preamble.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"c450cb61ca092f016401f8786f6e4633","Skein512_512":"f9de709303159b0021e44dc9adbc8a8f7fa00d937361f03d47a661a0c8570d51fbe499bd7e0c627e21b53dc99c2acf3f99226f8ff0ae2d91c7585b010561a889","SHA1":"8008ace0b71af0537b2513c936aa5c8b8852e3fd","SHA512":"d74430f2dd9c5d4064b38b4e7859300e0f66242fcc09a1b5a129e21f037ee137ca7a4372baa867da22c46b72f4a24997f60692f130836de84f7f8f3dc966bb95","SHA256":"8d302efb094c62a1d38029537609bf23e43cbf8f464b693b091f1a4c9ebd2a05"},"package-locations":["https://hackage.haskell.org/package/preamble-0.0.39/preamble-0.0.39.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/preamble-0.0.39.tar.gz"],"package-size":6498}

0 comments on commit 63b9496

Please sign in to comment.