Skip to content

Commit

Permalink
Create Setup.hs for build without cabal-install wrapper
Browse files Browse the repository at this point in the history
All rpm based distributions using directly Cabal and Setup.hs file:

whithout this build faild
  • Loading branch information
mimi1vx committed Feb 9, 2016
1 parent 0104d00 commit 7d519ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Setup.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#! /usr/bin/env runhaskell

import Distribution.Simple
main = defaultMain

0 comments on commit 7d519ae

Please sign in to comment.