Commit 02156deb authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

invariant: Initial release of v0.5.1

This is a dependency for newer version of kan-extensions (>= 5.2).
parent 4deeeae0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
haskell-invariant (0.5.1-1) unstable; urgency=low

  * Initial release (Closes: #911134)

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Tue, 16 Oct 2018 12:08:16 +0300
+1 −0
Original line number Diff line number Diff line
10
+104 −0
Original line number Diff line number Diff line
Source: haskell-invariant
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Ilias Tsitsimpis <iliastsi@debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 10),
 haskell-devscripts-minimal | haskell-devscripts (>= 0.9),
 cdbs,
 ghc,
 ghc-prof,
 libghc-statevar-dev (>= 1.1),
 libghc-statevar-dev (<< 2),
 libghc-statevar-prof,
 libghc-bifunctors-dev (>= 5.2),
 libghc-bifunctors-dev (<< 6),
 libghc-bifunctors-prof,
 libghc-comonad-dev (>= 5),
 libghc-comonad-dev (<< 6),
 libghc-comonad-prof,
 libghc-contravariant-dev (>= 0.5),
 libghc-contravariant-dev (<< 2),
 libghc-contravariant-prof,
 libghc-profunctors-dev (>= 5.2.1),
 libghc-profunctors-dev (<< 6),
 libghc-profunctors-prof,
 libghc-semigroups-dev (>= 0.16.2),
 libghc-semigroups-dev (<< 1),
 libghc-semigroups-prof,
 libghc-tagged-dev (>= 0.7.3),
 libghc-tagged-dev (<< 1),
 libghc-tagged-prof,
 libghc-th-abstraction-dev (>= 0.2.2),
 libghc-th-abstraction-dev (<< 1),
 libghc-th-abstraction-prof,
 libghc-transformers-compat-dev (>= 0.3),
 libghc-transformers-compat-dev (<< 1),
 libghc-transformers-compat-prof,
 libghc-unordered-containers-dev (>= 0.2.4),
 libghc-unordered-containers-dev (<< 0.3),
 libghc-unordered-containers-prof,
 libghc-quickcheck2-dev (>= 2.11),
 libghc-quickcheck2-dev (<< 3),
 libghc-quickcheck2-prof,
 libghc-hspec-dev (>= 1.8),
 libghc-hspec-prof,
Build-Depends-Indep: ghc-doc,
 libghc-statevar-doc,
 libghc-bifunctors-doc,
 libghc-comonad-doc,
 libghc-contravariant-doc,
 libghc-profunctors-doc,
 libghc-semigroups-doc,
 libghc-tagged-doc,
 libghc-th-abstraction-doc,
 libghc-transformers-compat-doc,
 libghc-unordered-containers-doc,
Standards-Version: 4.2.1
Homepage: https://github.com/nfrisby/invariant-functors
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-invariant
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-invariant]
X-Description: Haskell98 invariant functors
 This package provides the Data.Functor.Invariant and Data.Functor.Invariant.TH
 Haskell modules which implement Haskell98 invariant functors (also known as
 exponential functors).

Package: libghc-invariant-dev
Architecture: any
Depends: ${haskell:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}

Package: libghc-invariant-prof
Architecture: any
Depends: ${haskell:Depends},
 ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}

Package: libghc-invariant-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
 ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}
+39 −0
Original line number Diff line number Diff line
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: invariant
Upstream-Contact: Nicolas Frisby <nicolas.frisby@gmail.com>
Source: https://hackage.haskell.org/package/invariant

Files: *
Copyright: 2012-2017, University of Kansas
           2012-2017, Nicolas Frisby
           2015-2017, Ryan Scott
License: BSD-2-clause

Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
License: BSD-2-clause

License: BSD-2-clause
 Copyright (c) 2012-2017, University of Kansas
 All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
   * Redistributions of source code must retain the above copyright notice, this
     list of conditions and the following disclaimer.
 .
   * Redistributions in binary form must reproduce the above copyright notice,
     this list of conditions and the following disclaimer in the documentation
     and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+6 −0
Original line number Diff line number Diff line
#!/usr/bin/make -f

DEB_ENABLE_TESTS = yes

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
Loading