<metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">
  <group>
    <repositories>
      <repository recommended="true">
        <name>devel:languages:haskell</name>
        <summary>Haskell Development Project for openSUSE:Factory</summary>
        <description>Haskell is a standardized purely functional programming language with non-strict semantics, named after the logician Haskell Curry. It is one of the more popular functional languages, and the lazy functional language on which the most research is being performed.

This is a development project for openSUSE:Factory that contains only the most essential tools to set up a Haskell development environment, like ghc, cabal-install, and their respective dependencies. This repository is supposed to be small and manageable.</description>
        <url>https://download.opensuse.org/repositories/devel:/languages:/haskell/16.0/</url>
      </repository>
      <repository recommended="true">
        <name>openSUSE:Leap:16.0</name>
        <summary>openSUSE Leap 16.0 based on SLFO</summary>
        <description>Leap 16.0 based on SLES 16.0 (specifically SLFO:1.2)</description>
        <url>https://download.opensuse.org/distribution/leap/16.0/repo/oss/</url>
      </repository>
      <repository recommended="true">
        <name>openSUSE:Backports:SLE-16.0</name>
        <summary>Community packages for SLE-16.0</summary>
        <description>Community packages for SLE-16.0</description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-16.0/standard/</url>
      </repository>
      <repository recommended="false">
        <name>SUSE:SLFO:1.2</name>
        <summary>SLFO 1.2 (the base for openSUSE 16.0 and SLES 16.0)</summary>
        <description></description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLFO:/1.2/standard/</url>
      </repository>
    </repositories>
    <software>
      <item>
        <name>ghc-QuickCheck</name>
        <summary>Automatic testing of Haskell programs</summary>
        <description>QuickCheck is a library for random testing of program properties. The
programmer provides a specification of the program, in the form of properties
which functions should satisfy, and QuickCheck then tests that the properties
hold in a large number of randomly generated cases. Specifications are
expressed in Haskell, using combinators provided by QuickCheck.
QuickCheck provides combinators to define properties, observe the distribution
of test data, and define test data generators.

Most of QuickCheck's functionality is exported by the main &quot;Test.QuickCheck&quot;
module. The main exception is the monadic property testing library in
&quot;Test.QuickCheck.Monadic&quot;.

If you are new to QuickCheck, you can try looking at the following resources:

* The &lt;http://www.cse.chalmers.se/~rjmh/QuickCheck/manual.html official
QuickCheck manual&gt;. It's a bit out-of-date in some details and doesn't cover
newer QuickCheck features, but is still full of good advice. *
&lt;https://begriffs.com/posts/2017-01-14-design-use-quickcheck.html&gt;, a detailed
tutorial written by a user of QuickCheck.

The &lt;https://hackage.haskell.org/package/quickcheck-instances
quickcheck-instances&gt; companion package provides instances for types in Haskell
Platform packages at the cost of additional dependencies.</description>
      </item>
    </software>
  </group>
</metapackage>
