aboutsummaryrefslogtreecommitdiff
path: root/haskell-code-explorer.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haskell-code-explorer.cabal')
-rw-r--r--haskell-code-explorer.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell-code-explorer.cabal b/haskell-code-explorer.cabal
index 2296910..f0f6ce4 100644
--- a/haskell-code-explorer.cabal
+++ b/haskell-code-explorer.cabal
@@ -1,14 +1,14 @@
+cabal-version: 2.2
name: haskell-code-explorer
version: 0.1.0.0
synopsis: Web application for exploring and understanding Haskell codebases
Category: GHC,Web
description: Please see README.md
license: MIT AND AGPL-3.0-or-later
-license-file: LICENSE
+license-files: LICENSE, COPYING.agpl3
author: Alexey Kiryushin and Yuchen Pei
maintainer: alexey.a.kiryushin@gmail.com
build-type: Simple
-cabal-version: >=1.20
library
default-language: Haskell2010