2012-03-01 95 views
1

我想獲得怎樣的「gnuplot的」哈斯克爾包裝作品的一些例子,我跟着從陰謀與實例安裝它的instructions「demo」模塊在哪裏?

cabal install -fbuildExamples gnuplot 

他們說,「使用該接口的例子可以在演示模塊中找到。「 但是這個演示模塊位於何處?我在Windows 7上使用Haskell平臺。

任何提示,歡迎。

回答

4

它可以在包的源代碼中找到。獲取它的最簡單方法是使用cabal unpack命令,它下載包的源代碼。

$ cd ~/Code       # or whereever you want it 
$ cabal unpack gnuplot 
Downloading gnuplot-0.4.2... 
Unpacking to gnuplot-0.4.2/ 
$ vim gnuplot-0.4.2/src/Demo.hs  # or whatever editor you're using 
+1

謝謝,我明白了。即使認爲愚蠢的例子仍然不起作用,但那是另一個問題...... – drozzy 2012-03-01 22:39:53