Re: [arch-haskell] Bootstrapping a cblrepo.db / custom repository

2014-07-29 Thread Rudy Matela
On Tue, Jul 29, 2014 at 8:50 AM, Magnus Therning wrote: > > On Mon, Jul 28, 2014 at 08:44:22PM +0200, Nicola Squartini wrote: > > You have to add each dependency individually, even though they are all > > provided by GHC. In your example: > > > > $ cblrepo add -g base,4.7.0.1 -g containers,0.5.5.1

Re: [arch-haskell] Bootstrapping a cblrepo.db / custom repository

2014-07-29 Thread Magnus Therning
On Mon, Jul 28, 2014 at 08:44:22PM +0200, Nicola Squartini wrote: > You have to add each dependency individually, even though they are all > provided by GHC. In your example: > > $ cblrepo add -g base,4.7.0.1 -g containers,0.5.5.1 > -g pretty,1.1.1.1 template-haskell,2.9.0.0 Indeed you have to ma

Re: [arch-haskell] Bootstrapping a cblrepo.db / custom repository

2014-07-28 Thread Nicola Squartini
You have to add each dependency individually, even though they are all provided by GHC. In your example: $ cblrepo add -g base,4.7.0.1 -g containers,0.5.5.1 -g pretty,1.1.1.1 template-haskell,2.9.0.0 On Mon, Jul 28, 2014 at 6:07 PM, Rudy Matela wrote: > Hello All, > > First of all, many thanks

[arch-haskell] Bootstrapping a cblrepo.db / custom repository

2014-07-28 Thread Rudy Matela
Hello All, First of all, many thanks to Magnus Therning for maintaining the arch-haskell repository and it's tools. It saved a lot of time for me (both fighting cabal and compiling packages). I'm planning to use cblrepo to create a new repository from scratch. So, I have a question: How to use