[Haskell-cafe] Compilation time

Christopher Allen cma at bitemyapp.com
Mon Aug 24 21:16:50 UTC 2015


You need to specify extra-deps: true for Nomyx-* if you to cache the build
results and treat them like dependencies rather than core parts of your
project.

On Mon, Aug 24, 2015 at 4:15 PM, Corentin Dupont <corentin.dupont at gmail.com>
wrote:

> My stack.yaml is like that:
>
> flags: {}
> packages:
> - '.'
> - ../Nomyx-Core
> - ../Nomyx-Language
> - ../Nomyx-Web
> extra-deps:
> - Nomyx-Core-0.7.6
> - Nomyx-Language-0.7.6
> - Nomyx-Web-0.7.6
> - hint-server-1.4.2
> - DebugTraceHelpers-0.12
> - acid-state-0.12.4
> - either-unwrap-1.1
> - eprocess-1.7.2
> - happstack-authenticate-2.1.4
> - reform-0.2.7
> - reform-blaze-0.2.4
> - reform-happstack-0.2.5
> - time-recurrence-0.9.2
> - web-routes-0.27.9
> - web-routes-happstack-0.23.9
> - web-routes-regular-0.19.0
> - web-routes-th-0.22.3
> - boomerang-1.4.5
> - data-ordlist-0.4.7.0
> - happstack-hsp-7.3.5
> - happstack-jmacro-7.0.10
> - hsp-0.10.0
> - hsx-jmacro-7.3.6
> - hsx2hs-0.13.3.2
> - ixset-typed-0.3
> - jwt-0.6.0
> - pwstore-purehaskell-2.1.4
> - web-routes-boomerang-0.28.4
> - web-routes-hsp-0.24.6
> - harp-0.4.1
> resolver: lts-2.19
>
> Is that correct?
>
> On Mon, Aug 24, 2015 at 10:54 PM, Christopher Allen <cma at bitemyapp.com>
> wrote:
>
>> Do you have additional packages other than '.' specified in your
>> stack.yaml? If so, are they specified with extra-dep: true or extra-dep:
>> false or not specified at all?
>>
>> On Mon, Aug 24, 2015 at 3:44 PM, Corentin Dupont <
>> corentin.dupont at gmail.com> wrote:
>>
>>> Hi guys,
>>> I have an application with around 7K loc in 4 packages. It takes 1min30
>>> to compile with stack.
>>> Is it a normal compilation time?
>>> My computer is fairly recent with Intel i7... I run some music in
>>> background :).
>>> Is there some statistics about compilation time somewhere?
>>> Thanks.
>>> Corentin
>>>
>>> _______________________________________________
>>> Haskell-Cafe mailing list
>>> Haskell-Cafe at haskell.org
>>> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>>>
>>>
>>
>>
>> --
>> Chris Allen
>> Currently working on http://haskellbook.com
>>
>
>


-- 
Chris Allen
Currently working on http://haskellbook.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150824/aa1f7d85/attachment.html>


More information about the Haskell-Cafe mailing list