Mask supporting modules

This commit is contained in:
Stephen Diehl
2017-01-02 12:06:37 +00:00
parent 03f5746e96
commit 3994639b2b
5 changed files with 10 additions and 10 deletions
+5 -4
View File
@@ -7,7 +7,7 @@ license: MIT
license-file: LICENSE
author: Stephen Diehl
maintainer: stephen.m.diehl@gmail.com
copyright: 2016 Stephen Diehl
copyright: 2016-2017 Stephen Diehl
category: Prelude
build-type: Simple
cabal-version: >=1.10
@@ -34,6 +34,9 @@ Source-Repository head
library
exposed-modules:
Protolude
other-modules:
Exceptions
Unsafe
Base
Applicative
@@ -47,11 +50,8 @@ library
Functor
Semiring
Bifunctor
Exceptions
Panic
other-modules:
default-extensions:
NoImplicitPrelude
OverloadedStrings
@@ -64,6 +64,7 @@ library
build-depends:
base >= 4.6 && <4.10,
array >= 0.4 && <0.6,
ghc-prim >= 0.3 && <0.6,
async >= 2.0 && <2.2,
deepseq >= 1.3 && <1.5,