mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-01 08:32:23 +03:00
b713a8ac9f
Otherwise default hook won't generate src/GitRev.hs file. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
11 lines
268 B
Haskell
11 lines
268 B
Haskell
-- |
|
|
-- Module : $Header$
|
|
-- Copyright : (c) 2013-2014 Galois, Inc.
|
|
-- License : BSD3
|
|
-- Maintainer : cryptol@galois.com
|
|
-- Stability : provisional
|
|
-- Portability : portable
|
|
|
|
import Distribution.Simple
|
|
main = defaultMainWithHooks autoconfUserHooks
|