mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-24 15:08:58 +03:00
275b9a99f1
Remove the autoconf hooks from Setup.hs and bump cabal version requirement so that `license-files` is supported
11 lines
241 B
Haskell
11 lines
241 B
Haskell
-- |
|
|
-- Module : $Header$
|
|
-- Copyright : (c) 2013-2015 Galois, Inc.
|
|
-- License : BSD3
|
|
-- Maintainer : cryptol@galois.com
|
|
-- Stability : provisional
|
|
-- Portability : portable
|
|
|
|
import Distribution.Simple
|
|
main = defaultMain
|