Skip to content

Commit

Permalink
Update from Hackage at 2020-01-11T22:19:25Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 11, 2020
1 parent ce5abda commit 3aa8f65
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
53 changes: 53 additions & 0 deletions infernal/0.2.0/infernal.cabal
@@ -0,0 +1,53 @@
cabal-version: 1.12

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

name: infernal
version: 0.2.0
synopsis: The Infernal Machine - An AWS Lambda Custom Runtime for Haskell
description: Please see the README on GitHub at <https://github.com/ejconlon/infernal#readme>
category: AWS
homepage: https://github.com/ejconlon/infernal#readme
bug-reports: https://github.com/ejconlon/infernal/issues
author: Eric Conlon
maintainer: ejconlon@gmail.com
copyright: (c) 2020 Eric Conlon
license: BSD3
license-file: LICENSE
build-type: Simple

source-repository head
type: git
location: https://github.com/ejconlon/infernal

library
exposed-modules:
Infernal
other-modules:
Paths_infernal
hs-source-dirs:
src
default-extensions: ConstraintKinds DeriveFunctor DeriveFoldable DeriveGeneric DeriveTraversable DerivingStrategies GeneralizedNewtypeDeriving NoImplicitPrelude OverloadedStrings TemplateHaskell
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds
build-depends:
aeson >=1.4
, base >=4.12 && <5
, binary >=0.8
, bytestring >=0.10
, case-insensitive >=1.2
, containers >=0.6
, exceptions >=0.10
, heart-app >=0.1.1
, heart-core >=0.1.1
, http-client >=0.6
, http-types >=0.12
, mtl >=2.2
, text >=1.2
, unliftio >=0.2
, unordered-containers >=0.2
, wai >=3.2
default-language: Haskell2010
1 change: 1 addition & 0 deletions infernal/0.2.0/infernal.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"683d6567f24554df18ed529531fac49b","Skein512_512":"59f8b807c886bd3e59818de7d579936960ac060b720748a4901d73f42b8de4161502fadacd8c6ce024662df7633a63ebfb5ffbf4b0062dc1b9c2977f8fe3d957","SHA1":"985e5ca00c3df69df035ecc8a959cecdc28f975e","SHA512":"108303640c948b1de11376a04b9485f6851e6e8fef4419ce6b0c6460777467b1eb2cf5a52aa0642221a58134ae23b752d5db2a589baef90fe465171722cff35d","SHA256":"103c7279874569e9ccfbd01d8f5e668e977a303862e212661445f3cf1d5344dd"},"package-locations":["https://hackage.haskell.org/package/infernal-0.2.0/infernal-0.2.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/infernal-0.2.0.tar.gz"],"package-size":6950}

0 comments on commit 3aa8f65

Please sign in to comment.