Skip to content
Snippets Groups Projects
Commit ccecdba0 authored by Ryan Scott's avatar Ryan Scott
Browse files

Use cabal-version >= 1.10

parent 23c0b8a5
No related branches found
No related tags found
No related merge requests found
name: exceptions
category: Control, Exceptions, Monad
version: 0.10.4
cabal-version: >= 1.8
cabal-version: >= 1.10
license: BSD3
license-file: LICENSE
author: Edward A. Kmett
......@@ -70,12 +70,14 @@ library
ghc-options: -Wall -fwarn-tabs -O2
hs-source-dirs: src
default-language: Haskell2010
test-suite exceptions-tests
main-is: Tests.hs
other-modules: Control.Monad.Catch.Tests
hs-source-dirs: tests
ghc-options: -Wall -fwarn-tabs
default-language: Haskell2010
type: exitcode-stdio-1.0
build-depends:
base,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment