Skip to content

Commit

Permalink
Update cabal version
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
  • Loading branch information
mihaimaruseac committed Feb 20, 2023
1 parent 4f00abc commit 2a612aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
cabal.project.local
.*
!.github/
!.gitignore
dist-newstyle/
7 changes: 2 additions & 5 deletions io-manager.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2a612aa

Please sign in to comment.