mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-04 15:52:08 +03:00
67b4d40af4
Signed-off-by: Alexander Diemand <codieplusplus@apax.net>
13 lines
159 B
Haskell
13 lines
159 B
Haskell
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
|
|
-- SPDX-License-Identifier: Apache-2.0
|
|
|
|
module Main
|
|
(
|
|
main
|
|
) where
|
|
|
|
import Test (main)
|
|
|
|
|
|
|