I am trying to get some example of how the “gnuplot” haskell wrapper works, and I followed the instructions of installing it with examples from cabal:
cabal install -fbuildExamples gnuplot
They say that “Examples for using this interface can be found in the Demo module.”
But where is this demo module located? I am on Windows 7, using Haskell platform.
Any tips, welcome.
It can be found in the source code of the package. The easiest way to get it is to use the
cabal unpackcommmand, which downloads the source code of a package.