Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Cabal update possible? (Obscaenvs)
2. Re: Cabal update possible? (Philip Dexter)
3. Re: Cabal update possible? (Maxim Kulkin)
4. Re: Cabal update possible? (Obscaenvs)
----------------------------------------------------------------------
Message: 1
Date: Thu, 27 Feb 2014 17:09:01 +0100
From: Obscaenvs <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: [Haskell-beginners] Cabal update possible?
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
Have:
* The Glorious Glasgow Haskell Compilation System, version 7.6.3
* cabal-install version 1.16.0.2
using version 1.16.0 of the Cabal library
Can I update to Cabal 1.18 so I can use sandboxes without breaking my
dependencies? I think that that is what broke my Haskell toolchain 2h
ago. Now I redid it so everything's fine, but I'd like to use sandboxes.
If impossible, hsenv has worked for me in the past, but...
I did not want to use Haskell Platform, since it pulls in several OpenGL
libs completely unnecessary *for* and potentially detrimental *to* my
server. "Haskell Platform, Server Edition", anyone?
fredrik
------------------------------
Message: 2
Date: Thu, 27 Feb 2014 11:24:35 -0500
From: Philip Dexter <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] Cabal update possible?
Message-ID:
<CALyv6VCLNvcaxKhO=0+h0zoep7-0ubkpwgp2e76yjz4edd5...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
The second answer here [1] gives directions on how to remove the opengl
dependencies from the haskell platform, assuming you're building from
source.
As for the original question, I'm not sure. Did you already try cabal
install cabal-install?
[1]
http://stackoverflow.com/questions/18116201/how-can-i-disable-opengl-in-the-haskell-platform
On Thu, Feb 27, 2014 at 11:09 AM, Obscaenvs <[email protected]> wrote:
> Have:
> * The Glorious Glasgow Haskell Compilation System, version 7.6.3
> * cabal-install version 1.16.0.2
> using version 1.16.0 of the Cabal library
>
> Can I update to Cabal 1.18 so I can use sandboxes without breaking my
> dependencies? I think that that is what broke my Haskell toolchain 2h
> ago. Now I redid it so everything's fine, but I'd like to use sandboxes.
> If impossible, hsenv has worked for me in the past, but...
>
> I did not want to use Haskell Platform, since it pulls in several OpenGL
> libs completely unnecessary *for* and potentially detrimental *to* my
> server. "Haskell Platform, Server Edition", anyone?
>
> fredrik
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20140227/dc70a4eb/attachment-0001.html>
------------------------------
Message: 3
Date: Thu, 27 Feb 2014 20:36:44 +0400
From: Maxim Kulkin <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] Cabal update possible?
Message-ID:
<CAORmg627rTp2gmC9i=g=p_tf6rhecq6nwptsgzvvqjqbyqx...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
"cabal install cabal-install" works for me. Running Cabal 1.18 with GHC
7.6.3.
On Thu, Feb 27, 2014 at 8:24 PM, Philip Dexter <[email protected]>wrote:
> The second answer here [1] gives directions on how to remove the opengl
> dependencies from the haskell platform, assuming you're building from
> source.
>
> As for the original question, I'm not sure. Did you already try cabal
> install cabal-install?
>
>
> [1]
> http://stackoverflow.com/questions/18116201/how-can-i-disable-opengl-in-the-haskell-platform
>
>
> On Thu, Feb 27, 2014 at 11:09 AM, Obscaenvs <[email protected]> wrote:
>
>> Have:
>> * The Glorious Glasgow Haskell Compilation System, version 7.6.3
>> * cabal-install version 1.16.0.2
>> using version 1.16.0 of the Cabal library
>>
>> Can I update to Cabal 1.18 so I can use sandboxes without breaking my
>> dependencies? I think that that is what broke my Haskell toolchain 2h
>> ago. Now I redid it so everything's fine, but I'd like to use sandboxes.
>> If impossible, hsenv has worked for me in the past, but...
>>
>> I did not want to use Haskell Platform, since it pulls in several OpenGL
>> libs completely unnecessary *for* and potentially detrimental *to* my
>> server. "Haskell Platform, Server Edition", anyone?
>>
>> fredrik
>> _______________________________________________
>> Beginners mailing list
>> [email protected]
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20140227/e862d28d/attachment-0001.html>
------------------------------
Message: 4
Date: Thu, 27 Feb 2014 19:36:44 +0100
From: Obscaenvs <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] Cabal update possible?
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
Yep, did "cabal install cabal-install". That seems to have broken my
deps. But nevermind, I shall go with hsenv. Thanks to both of you!
f
Le 2014-02-27 17:36, Maxim Kulkin a ?crit :
> "cabal install cabal-install" works for me. Running Cabal 1.18 with GHC
> 7.6.3.
>
>
> On Thu, Feb 27, 2014 at 8:24 PM, Philip Dexter <[email protected]>wrote:
>
>> The second answer here [1] gives directions on how to remove the opengl
>> dependencies from the haskell platform, assuming you're building from
>> source.
>>
>> As for the original question, I'm not sure. Did you already try cabal
>> install cabal-install?
>>
>>
>> [1]
>> http://stackoverflow.com/questions/18116201/how-can-i-disable-opengl-in-the-haskell-platform
>>
>>
>> On Thu, Feb 27, 2014 at 11:09 AM, Obscaenvs <[email protected]> wrote:
>>
>>> Have:
>>> * The Glorious Glasgow Haskell Compilation System, version 7.6.3
>>> * cabal-install version 1.16.0.2
>>> using version 1.16.0 of the Cabal library
>>>
>>> Can I update to Cabal 1.18 so I can use sandboxes without breaking my
>>> dependencies? I think that that is what broke my Haskell toolchain 2h
>>> ago. Now I redid it so everything's fine, but I'd like to use sandboxes.
>>> If impossible, hsenv has worked for me in the past, but...
>>>
>>> I did not want to use Haskell Platform, since it pulls in several OpenGL
>>> libs completely unnecessary *for* and potentially detrimental *to* my
>>> server. "Haskell Platform, Server Edition", anyone?
>>>
>>> fredrik
>>> _______________________________________________
>>> Beginners mailing list
>>> [email protected]
>>> http://www.haskell.org/mailman/listinfo/beginners
>>>
>>
>>
>> _______________________________________________
>> Beginners mailing list
>> [email protected]
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>>
>
>
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
--
bugthunk.net
monoid.se
@MonoidSe
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 68, Issue 26
*****************************************