<metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">
  <group distversion="openSUSE Tumbleweed">
    <repositories>
      <repository recommended="true">
        <name>home:lalala123:x86_succeed_pro</name>
        <summary></summary>
        <description></description>
        <url>https://download.opensuse.org/repositories/home:/lalala123:/x86_succeed_pro/ARM/</url>
      </repository>
      <repository recommended="true">
        <name>openSUSE:Factory:ARM</name>
        <summary>openSUSE Factory ARM</summary>
        <description>This is a project clone to build entire openSUSE:Factory for the ARM architecture.
</description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Factory:/ARM/standard/</url>
      </repository>
      <repository recommended="false">
        <name>openSUSE:Factory</name>
        <summary>The next openSUSE distribution</summary>
        <description>openSUSE Tumbleweed: The Bleeding Edge, Perfected.
Tumbleweed is the ultimate rolling release distribution, providing the latest software as it’s released, built upon a foundation of world-class stability and testing.

* Always Current: Get the newest kernel, IDEs, desktops, and applications automatically.

* Powerfully Stable: Experience the velocity of a rolling release without sacrificing the reliability you depend on.

* Engineered for Professionals: The top choice for Developers, Power Users, and openSUSE Contributors who need the best tools for the job.

If you demand the latest stable software, your choice is Tumbleweed.

Staging dashboard is located at: https://build.opensuse.org/staging_workflows/openSUSE:Factory 

List of known devel projects: https://build.opensuse.org/package/view_file/openSUSE:Factory:Staging/dashboard/devel_projects

Have a look at http://en.opensuse.org/Portal:Factory for more details.</description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Factory/ports/</url>
      </repository>
    </repositories>
    <software>
      <item>
        <name>ghc-HTTP</name>
        <summary>A library for client-side HTTP</summary>
        <description>The HTTP package supports client-side web programming in Haskell. It lets you
set up HTTP connections, transmitting requests and processing the responses
coming back, all from within the comforts of Haskell. It's dependent on the
network package to operate, but other than that, the implementation is all
written in Haskell.

A basic API for issuing single HTTP requests + receiving responses is provided.
On top of that, a session-level abstraction is also on offer (the
'BrowserAction' monad); it taking care of handling the management of persistent
connections, proxies, state (cookies) and authentication credentials required
to handle multi-step interactions with a web server.

The representation of the bytes flowing across is extensible via the use of a
type class, letting you pick the representation of requests and responses that
best fits your use. Some pre-packaged, common instances are provided for you
('ByteString', 'String').

Here's an example use:

&gt; &gt; do &gt; rsp &lt;- Network.HTTP.simpleHTTP (getRequest &quot;http://www.haskell.org/&quot;)
&gt; -- fetch document and return it (as a 'String'.) &gt; fmap (take 100)
(getResponseBody rsp) &gt; &gt; do &gt; (_, rsp) &gt; &lt;- Network.Browser.browse $ do &gt;
setAllowRedirects True -- handle HTTP redirects &gt; request $ getRequest
&quot;http://www.haskell.org/&quot; &gt; return (take 100 (rspBody rsp))

__Note:__ This package does not support HTTPS connections. If you need HTTPS,
take a look at the following packages:

* &lt;http://hackage.haskell.org/package/http-streams http-streams&gt;

* &lt;http://hackage.haskell.org/package/http-client http-client&gt; (in combination
with &lt;http://hackage.haskell.org/package/http-client-tls http-client-tls&gt;)

* &lt;http://hackage.haskell.org/package/req req&gt;

* &lt;http://hackage.haskell.org/package/wreq wreq&gt;.</description>
      </item>
    </software>
  </group>
</metapackage>
