Send Beginners mailing list submissions to
        beginners@haskell.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
        beginners-requ...@haskell.org

You can reach the person managing the list at
        beginners-ow...@haskell.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."


Today's Topics:

   1.  cabal optional build-depends (PICCA Frederic-Emmanuel)


----------------------------------------------------------------------

Message: 1
Date: Sat, 24 Sep 2016 11:15:55 +0000
From: PICCA Frederic-Emmanuel
        <frederic-emmanuel.pi...@synchrotron-soleil.fr>
To: "beginners@haskell.org" <beginners@haskell.org>
Subject: [Haskell-beginners] cabal optional build-depends
Message-ID:
        
<a2a20ec3b8560d408356cac2fc148e53bb2cf...@sun-dag3.synchrotron-soleil.fr>
        
Content-Type: text/plain; charset="us-ascii"

Hello

the hmatrix package was splitte hmatrix -> hmatrix, hmatrix-gsl, ...
for version > 0.16

I use Debian stable and need to support hmatrix 0.15 (with no split) and 
hmatrix >= 0.17 (splitted)

I would like to know how to suport this in the cabal file

only hmatrix if >= 0.15 && < 0.16

and

hmatrix + hmatrix-gsl if hmatrix > 0.17

thanks for your help


Frederic

------------------------------

Subject: Digest Footer

_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners


------------------------------

End of Beginners Digest, Vol 99, Issue 18
*****************************************

Reply via email to