Skip to content

Commit

Permalink
Update from Hackage at 2018-02-16T00:27:42Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Feb 16, 2018
1 parent f8213e1 commit 71e6c26
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
68 changes: 68 additions & 0 deletions non-empty-text/0.1.1/non-empty-text.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 7d5c24156ccf3acfabe9c94755a67f390ba503bcd3b73d663901b76bb2597089

name: non-empty-text
version: 0.1.1
synopsis: Non empty Data.Text type
description: Typesafe thin wrapper around Data.Text to make impossible to be empty (to
always hold at least on character)
category: Data, Text, NonEmpty
homepage: https://github.com/acatton/haskell-non-empty-text#readme
bug-reports: https://github.com/acatton/haskell-non-empty-text/issues
author: Antoine Catton
maintainer: Antoine Catton <devel@antoine.catton.fr>
license: OtherLicense
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10

source-repository head
type: git
location: https://github.com/acatton/haskell-non-empty-text

library
exposed-modules:
Data.NonEmptyText
other-modules:
Paths_non_empty_text
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
base >=4.8 && <5
, text >=1.2 && <3
default-language: Haskell2010

test-suite doctest
type: exitcode-stdio-1.0
main-is: DocTest.hs
other-modules:
Paths_non_empty_text
hs-source-dirs:
./.
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
Glob
, base >=4.8 && <5
, doctest
, text >=1.2 && <3
default-language: Haskell2010

test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Data.NonEmptyTextSpec
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
QuickCheck >=2.10 && <3
, base >=4.8 && <5
, hspec
, non-empty-text
, text >=1.2 && <3
default-language: Haskell2010
1 change: 1 addition & 0 deletions non-empty-text/0.1.1/non-empty-text.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"92cdecf241002216f033c1ae365454d9","Skein512_512":"029a60b7fc2166b996d9c98bd4bc6d5001125b941905430670bf97a61aa20bc650e287abe66481adf90286d85653eb95d09c2c83056b1390900e245254d7fa06","SHA1":"6b5ed70655cc8c8ecdf9bf1457e59e6b20cbdb71","SHA512":"f2e065178d6ca7c013e04d683c806f8b6d59f7ca0dfd19d20de6d1a0e81995464eb7642abdc3a5e8b6d0f6fcb736bcc7d1010eb943af60e2c4aff352761f396e","SHA256":"2dcf32d4f101515b34e4db2bef710bf391d7ebc8130a4376132dd21815fb59e8"},"package-locations":["https://hackage.haskell.org/package/non-empty-text-0.1.1/non-empty-text-0.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/non-empty-text-0.1.1.tar.gz"],"package-size":3156}

0 comments on commit 71e6c26

Please sign in to comment.