Skip to content

Commit

Permalink
Update from Hackage at 2019-01-03T01:04:15Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 3, 2019
1 parent 0b46f06 commit ef5981c
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
63 changes: 63 additions & 0 deletions closed/0.2.0.1/closed.cabal
@@ -0,0 +1,63 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 624ec706a439d32d6323b27102c9ab706d7db6dcb01fd792b513011438f5d796

name: closed
version: 0.2.0.1
synopsis: Integers bounded by a closed interval
description: Integers bounded by a closed interval checked at compile time
category: Data
homepage: https://github.com/frontrowed/closed#readme
bug-reports: https://github.com/frontrowed/closed/issues
author: Chris Parks <chris@freckle.com>
maintainer: Freckle Education <engineering@freckle.com>
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.lhs

source-repository head
type: git
location: https://github.com/frontrowed/closed

library
exposed-modules:
Closed
Closed.Internal
other-modules:
Paths_closed
hs-source-dirs:
library
build-depends:
QuickCheck
, aeson
, base >=4.9 && <5
, cassava
, deepseq
, hashable
, persistent
, text
default-language: Haskell2010

test-suite readme
type: exitcode-stdio-1.0
main-is: README.lhs
other-modules:
Paths_closed
ghc-options: -Wall -pgmL markdown-unlit
build-depends:
aeson
, base >=4.9 && <5
, cassava
, closed
, hspec
, markdown-unlit
, persistent
, text
, vector
default-language: Haskell2010
1 change: 1 addition & 0 deletions closed/0.2.0.1/closed.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"9fedb3300253e71faa1708e6c616203a","Skein512_512":"c2121951386e32c8d301fcfae96b93c6fd3e0cbae894c2ed12624447e9a3b82f85b9cafc9b3e38fe2462879a25a3e2d749c4ec51a05462c407fb45f6dd91bdcb","SHA1":"f962cf2d1aa3527740aa0cc3c5e58e65c226a9dc","SHA512":"de673e95f4b6828f13c654c994f684a6e6d769c981120384fb37eefe26b45c620924fe1bef1ab6d61c057706bac07656a751e63eb6013f0715a135e9346922a9","SHA256":"564334f7c6d0fcc06daade2ddafc15210bcdf9717b875da7ba2a1fbb655be4b4"},"package-locations":["https://hackage.haskell.org/package/closed-0.2.0.1/closed-0.2.0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/closed-0.2.0.1.tar.gz"],"package-size":5860}

0 comments on commit ef5981c

Please sign in to comment.