-
(Imported from [Trac #89](http://hackage.haskell.org/trac/hackage/ticket/89), reported by bjorn on 2006-07-17)
When building a package which contains multiple executables which share some modules, ea…
-
Scholdoc's current internal reference syntax is
- `(#label)` -> `\eqref{label}`
- `[#label]` -> `\ref{label}`
In my [internal reference filter](https://github.com/aaren/pandoc-reference-filter) I st…
aaren updated
9 years ago
-
(Imported from [Trac #128](http://hackage.haskell.org/trac/hackage/ticket/128), reported by m on 2007-05-04)
to reproduce:
write a *.cabal file for a library, but omit a module in extra-modules list…
-
Chasing down more bugs in autotuner-generated schedules, I wonder: is it high time we looked into adding debug symbols to the codegen?
I haven't thought seriously about this in recent memory, but las…
-
There exists today a way to use the EE certainty vocabulary to say things like:
- User A thinks Image B is _Certainly_ the source of Record C.
- User X thinks Persona Y is _Possibly_ a source for (con…
-
(Imported from [Trac #306](http://hackage.haskell.org/trac/hackage/ticket/306), reported by claus on 2008-06-24)
looking into the docs, data-files seem easy. but when i try this:
-- p.cabal
name: p
…