[Haskell-beginners] Patch source, then pickup compile

Nadir Sampaoli nadirsampaoli at gmail.com
Sat Sep 20 17:08:24 UTC 2014


Il 20/set/2014 18:58 "James Toll" <james at jtoll.com> wrote:
>
> I do have one concern though.  The part where you mention that if any of
the source files are changed, then cabal will rebuild.  I don’t want or
need that functionality given that this is supposed to be a temporary work
around until the fixed version of Pandoc is in Hackage.

According to the wiki ("sandboxes: advanced usage" section) you should use
`cabal sandbox add-source --snapshot` "which disables the change tracking".

>
> If possible, I might prefer to just delete the pandoc-1.13.1 source
subdirectory entirely, as long as it doesn’t mess up the current hakyll
installation. Is that possible?  If not, in the future, once the version of
Pandoc in Hackage has been updated, is it then possible to remove the added
source?
To remove an added source I think the correct sandbox subcommand is
`delete-source`. See the --help for more info.

--
Nadir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20140920/40401c28/attachment.html>


More information about the Beginners mailing list