stepcut / plugins

Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution.
GNU Lesser General Public License v2.1
52 stars 17 forks source link

fix typos #15

Closed ghost closed 2 years ago

ghost commented 2 years ago

src/System/Eval/Haskell.hs src/System/Plugins/Env.hs src/System/Plugins/Load.hs src/System/Plugins/Make.hs src/System/Plugins/Utils.hs testsuite/objc/expression_parser/PluginEvalAux.hs

stepcut commented 2 years ago

uploaded as plugins-1.6.2.1.

ghost commented 2 years ago

https://github.com/cpennington/h4sh

the README (in the above repo) mentions fps 0.5

any clue what that is or to its availability

stepcut commented 2 years ago

fps eventually became bytestring. Pretty sure fps is older than hackage, which is why fps 0.7 is not not hackage, but bytestring 0.9 is.

Here is a copy of the old fps darcs repo that you can browse (but darcs get does not seem to work).

https://web.archive.org/web/20060920100630/http://www.cse.unsw.edu.au/~dons/code/fps/

One reason why hackage was created is because in the bad old days, people would upload packages like fps to their free .edu websites, and then they would graduate, their free .edu website would go away, and then you couldn't find the source anymore :)

ghost commented 2 years ago

fps eventually became bytestring

that explains the bytestring 0.9 series .cabal files containing this line

Homepage:            http://www.cse.unsw.edu.au/~dons/fps.html