Skip to content

Commit

Permalink
Update from Hackage at 2020-08-18T22:22:29Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 18, 2020
1 parent 765ca9a commit 69aea46
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
72 changes: 72 additions & 0 deletions hextra/1.1.0.1/hextra.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
cabal-version: >=1.10

-- Initial package description 'hextra.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/

-- The name of the package.
name: hextra

-- The package version. See the Haskell package versioning policy (PVP)
-- for standards guiding when and how versions should be incremented.
-- https://pvp.haskell.org
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 1.1.0.1

-- A short (one-line) description of the package.
synopsis: Generic and niche utility functions and more for Haskell.

-- A longer description of the package.
description: Hextra is a library containing useful functions etc. that I sometimes use.

-- URL for the project homepage or repository.
homepage: https://github.com/schuelermine/hextra

-- A URL where users can report bugs.
bug-reports: https://github.com/schuelermine/hextra/issues

-- The license under which the package is released.
license: MPL-2.0

-- The file containing the license text.
license-file: LICENSE

-- The package author(s).
author: Anselm Schueler

-- An email address to which users can send suggestions, bug reports, and
-- patches.
maintainer: git@anselmschueler.com

-- A copyright notice.
-- copyright:

category: Utils

build-type: Simple

-- Extra files to be distributed with the package, such as examples or a
-- README.
extra-source-files: CHANGELOG.md, README.md


library
-- Modules exported by the library.
exposed-modules: Hextra.Tuple, Hextra.Num, Hextra.Monad, Hextra.Maybe, Hextra.List, Hextra.IO, Hextra.Integral, Hextra.Function, Hextra.Foldable, Hextra.Conditional, Hextra.Bifunctor, Hextra.Applicative, Hextra.Monad.MonadPlus, Hextra.Kind.Constraint

-- Modules included in this library but not exported.
-- other-modules:

-- LANGUAGE extensions used by modules in this package.
other-extensions: NoMonomorphismRestriction, ExplicitForAll, RankNTypes, ConstraintKinds, KindSignatures, AllowAmbiguousTypes, FlexibleInstances, DataKinds, TypeFamilies, TypeOperators, PolyKinds

-- Other library packages from which modules are imported.
build-depends: base >=4.14 && <4.15

-- Directories containing source files.
hs-source-dirs: src

-- Base language which the package is written in.
default-language: Haskell2010

1 change: 1 addition & 0 deletions hextra/1.1.0.1/hextra.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"16619bbc0f9e31f4933def7779062f86","Skein512_512":"d80db23420e4bb4ff4ca4c886aa5bb27986de8b37d478d8e1fe90124eeec5bcb96f1fa3788c2908a2cfbd401d3777966cb9dc2ecaa27a9eaf1f76ec9da0a9e39","SHA1":"d846f3dee2fa18e101b8f0443340be3b685fd1b7","SHA512":"a273a0ebecd1cf7b4f96c01f7f0dcf099d81aa0bf726c35a3a324b4ea50f2912a974948bd165cd166fe3b785c2e2bc7e18b0f09128354390a1adc8c5a97ca782","SHA256":"723726e4c1cbc885258aee05e1b00cd3489d8e4ea1e30b9fbcb7cb588f9c0647"},"package-locations":["https://hackage.haskell.org/package/hextra-1.1.0.1/hextra-1.1.0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hextra-1.1.0.1.tar.gz"],"package-size":11482}

0 comments on commit 69aea46

Please sign in to comment.