Skip to content

Commit

Permalink
Update from Hackage at 2018-08-25T23:50:01Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 25, 2018
1 parent aab7cc3 commit 3e23409
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions util/0.1.11.0/util.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: util
version: 0.1.11.0
synopsis: Utilities
-- description:
license: BSD3
license-file: LICENSE
author: M Farkas-Dyck
maintainer: strake888@gmail.com
-- copyright:
category: Util
build-type: Simple
cabal-version: >=1.10

library
exposed-modules: Util
, Util.Bits
, Util.List
, Util.Monad.ST.Unsafe
-- other-modules:
-- other-extensions:
build-depends: base >=4.9 && <5
-- hs-source-dirs:
default-language: Haskell2010
default-extensions: NoImplicitPrelude
, LambdaCase
, GeneralizedNewtypeDeriving
, DeriveFunctor
, DeriveFoldable
, DeriveTraversable
ghc-options: -Wall
1 change: 1 addition & 0 deletions util/0.1.11.0/util.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"d4387579ef824804494e2f33e276eeda","Skein512_512":"4df1869535a7cb87b78477fdc2200af0df48ef87afea34d442f7fdb990831a59956e71aa62c3d73693455b916c8dd5622b5d5b187075469e3dce2b8309dd1aa3","SHA1":"d3e94849ee5acda7b0290e6567dac3e7f6133017","SHA512":"f8148ccd0fec26b83f963e9dc84e7819daf12bdee59b55204e9875ee038f55728aa268427f761406f829db8a08e336a750e68de276d6abcf73c82df5fe383995","SHA256":"8bc5a5f56cc94f17bf9460efb47e79f430c98adddaf646be22fe78980207119b"},"package-locations":["https://hackage.haskell.org/package/util-0.1.11.0/util-0.1.11.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/util-0.1.11.0.tar.gz"],"package-size":3858}

0 comments on commit 3e23409

Please sign in to comment.