bkerby

Untitled

Mar 25th, 2012
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $> hackport make-ebuild dev-haskell ~/goa-3.1/goa.cabal
  2. accepting dep(?): base >4 && <5
  3. accepting dep(?): directory >=1.0 && <1.2
  4. accepting dep(?): filepath >=1.1 && <1.4
  5. accepting dep(?): process >=1.0 && <1.1
  6. Writing goa-3.1.ebuild
  7.  
  8. $> grep -i dep ./goa-3.1.ebuild -A 10
  9. RDEPEND=">=dev-lang/ghc-6.10.1"
  10. DEPEND="${RDEPEND}
  11. >=dev-haskell/cabal-0"
Advertisement
Add Comment
Please, Sign In to add comment