From 2a612aa82b74a5722727e6c790032188906fbbfc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Feb 2023 19:21:15 -0800 Subject: [PATCH] Update cabal version Signed-off-by: Mihai Maruseac --- .gitignore | 4 +++- io-manager.cabal | 7 ++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 51b822f..d564f92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ -cabal.project.local +.* +!.github/ +!.gitignore dist-newstyle/ diff --git a/io-manager.cabal b/io-manager.cabal index 2223624..3ffe870 100644 --- a/io-manager.cabal +++ b/io-manager.cabal @@ -1,13 +1,12 @@ +cabal-version: 3.6 name: io-manager version: 0.1.0.4 - synopsis: Skeleton library around the IO monad. - description: A skeleton library to help learners of Haskell concentrate on the pure-functional aspect and let the IO be handled by the library. -license: BSD3 +license: BSD-3-Clause license-file: LICENSE author: Mihai Maruseac @@ -16,8 +15,6 @@ maintainer: mihai.maruseac@gmail.com category: Training build-type: Simple -cabal-version: >=1.10 - source-repository head type: git location: https://github.com/haskell-ro/io-manager