portnov / libvirt-hs

This package provides low-level (at this moment, at least) FFI bindings to libvirt library.
http://hackage.haskell.org/package/libvirt-hs
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

add storage support #2

Closed abuibrahim closed 8 years ago

portnov commented 8 years ago

Hello For some reason during compilation i got

System/LibVirt/Foreign.chs:555:12: Not in scope: ‘<$>’

System/LibVirt/Foreign.chs:638:18: Not in scope: ‘<$>’

System/LibVirt/Foreign.chs:664:18: Not in scope: ‘<$>’

portnov commented 8 years ago

I suppose we have to import Control.Applicative in the beginning of Foreign.chs.

abuibrahim commented 8 years ago

Or we could just use fmap. I didn't get the errors BTW - using ghc-7.10.3.

Let me redo it and I'll send another PR.

abuibrahim commented 8 years ago

will send another PR