Skip to content

Commit

Permalink
Update from Hackage at 2018-08-30T23:51:09Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 30, 2018
1 parent c364eb4 commit cf42c76
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 115 deletions.
141 changes: 71 additions & 70 deletions papa-bifunctors-export/0.3.0/papa-bifunctors-export.cabal
Original file line number Diff line number Diff line change
@@ -1,70 +1,71 @@
name: papa-bifunctors-export
version: 0.3.0
license: BSD3
license-file: LICENSE
author: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
maintainer: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
copyright: Copyright (c) 2017, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
synopsis: export useful functions from `bifunctors`.
category: Prelude
description:
<<http://i.imgur.com/uZnp9ke.png>>
.
export useful functions from `bifunctors`.
homepage: https://github.com/qfpl/papa
bug-reports: https://github.com/qfpl/papa/issues
cabal-version: >= 1.10
build-type: Custom
extra-source-files: changelog.md

source-repository head
type: git
location: git@github.com:qfpl/papa.git

flag small_base
description: Choose the new, split-up base package.

library
default-language:
Haskell2010

build-depends:
base >= 4.8 && < 5
, bifunctors >= 5 && < 6

ghc-options:
-Wall

default-extensions:
NoImplicitPrelude

hs-source-dirs:
src

exposed-modules:
Papa.Bifunctors.Export

test-suite doctests
type:
exitcode-stdio-1.0

main-is:
doctests.hs

default-language:
Haskell2010

build-depends:
base < 5 && >= 3
, doctest >= 0.9.7
, filepath >= 1.3
, directory >= 1.1
, QuickCheck >= 2.0
, template-haskell >= 2.8

ghc-options:
-Wall
-threaded

hs-source-dirs:
test
name: papa-bifunctors-export
version: 0.3.0
x-revision: 1
license: BSD3
license-file: LICENSE
author: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
maintainer: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
copyright: Copyright (c) 2017, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
synopsis: export useful functions from `bifunctors`.
category: Prelude
description:
<<http://i.imgur.com/uZnp9ke.png>>
.
export useful functions from `bifunctors`.
homepage: https://github.com/qfpl/papa
bug-reports: https://github.com/qfpl/papa/issues
cabal-version: >= 1.10
build-type: Custom
extra-source-files: changelog.md

source-repository head
type: git
location: git@github.com:qfpl/papa.git

flag small_base
description: Choose the new, split-up base package.

library
default-language:
Haskell2010

build-depends:
base >= 4.8 && < 5
, bifunctors >= 5.3 && < 6

ghc-options:
-Wall

default-extensions:
NoImplicitPrelude

hs-source-dirs:
src

exposed-modules:
Papa.Bifunctors.Export

test-suite doctests
type:
exitcode-stdio-1.0

main-is:
doctests.hs

default-language:
Haskell2010

build-depends:
base < 5 && >= 3
, doctest >= 0.9.7
, filepath >= 1.3
, directory >= 1.1
, QuickCheck >= 2.0
, template-haskell >= 2.8

ghc-options:
-Wall
-threaded

hs-source-dirs:
test
91 changes: 46 additions & 45 deletions papa-bifunctors-export/0.3.1/papa-bifunctors-export.cabal
Original file line number Diff line number Diff line change
@@ -1,45 +1,46 @@
name: papa-bifunctors-export
version: 0.3.1
license: BSD3
license-file: LICENCE
author: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
maintainer: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
copyright: Copyright (c) 2017, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
synopsis: export useful functions from `bifunctors`.
category: Prelude
description:
<<http://i.imgur.com/uZnp9ke.png>>
.
export useful functions from `bifunctors`.
homepage: https://github.com/qfpl/papa
bug-reports: https://github.com/qfpl/papa/issues
cabal-version: >= 1.10
build-type: Simple
extra-source-files: changelog.md

source-repository head
type: git
location: git@github.com:qfpl/papa.git

flag small_base
description: Choose the new, split-up base package.

library
default-language:
Haskell2010

build-depends:
base >= 4.8 && < 5
, bifunctors >= 5 && < 6

ghc-options:
-Wall

default-extensions:
NoImplicitPrelude

hs-source-dirs:
src

exposed-modules:
Papa.Bifunctors.Export
name: papa-bifunctors-export
version: 0.3.1
x-revision: 1
license: BSD3
license-file: LICENCE
author: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
maintainer: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
copyright: Copyright (c) 2017, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
synopsis: export useful functions from `bifunctors`.
category: Prelude
description:
<<http://i.imgur.com/uZnp9ke.png>>
.
export useful functions from `bifunctors`.
homepage: https://github.com/qfpl/papa
bug-reports: https://github.com/qfpl/papa/issues
cabal-version: >= 1.10
build-type: Simple
extra-source-files: changelog.md

source-repository head
type: git
location: git@github.com:qfpl/papa.git

flag small_base
description: Choose the new, split-up base package.

library
default-language:
Haskell2010

build-depends:
base >= 4.8 && < 5
, bifunctors >= 5.3 && < 6

ghc-options:
-Wall

default-extensions:
NoImplicitPrelude

hs-source-dirs:
src

exposed-modules:
Papa.Bifunctors.Export

0 comments on commit cf42c76

Please sign in to comment.