From 3c71e7e1fa3478047803e6f0e580d5f0e7f90e56 Mon Sep 17 00:00:00 2001 From: Luc Tielen Date: Sun, 20 Oct 2024 21:57:16 +0200 Subject: [PATCH] Update cabal file / copyright --- llvm-codegen.cabal | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/llvm-codegen.cabal b/llvm-codegen.cabal index 24160ca..a1b115a 100644 --- a/llvm-codegen.cabal +++ b/llvm-codegen.cabal @@ -10,16 +10,19 @@ category: Compilers homepage: https://github.com/luc-tielen/llvm-codegen author: Luc Tielen maintainer: luc.tielen@gmail.com -copyright: Luc Tielen, 2022 +copyright: Luc Tielen, 2024 license: BSD3 license-file: LICENSE build-type: Custom extra-source-files: README.md +synopsis: A DSL for LLVM IR code generation based on llvm-hs. +description: + A DSL for LLVM IR code generation. Heavily inspired by llvm-hs. custom-setup setup-depends: - base - , Cabal + base <5 + , Cabal <4 , containers library