Skip to content

Commit

Permalink
Fix cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaimaruseac committed Sep 7, 2020
1 parent d71f589 commit 590462c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion io-manager.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ maintainer: mihai.maruseac@gmail.com
category: Training
build-type: Simple

cabal-version: >=1.8
cabal-version: >=1.10

source-repository head
type: git
location: https://github.com/haskell-ro/io-manager

library
exposed-modules: Training.MM.IOManager
default-language: Haskell2010
build-depends: base,
containers

Expand All @@ -33,3 +34,4 @@ executable SimpleEchoExample
io-manager
Main-Is: SimpleEchoExample.hs
Hs-Source-Dirs: simple-echo-example
default-language: Haskell2010

0 comments on commit 590462c

Please sign in to comment.