Mask supporting modules
This commit is contained in:
+5
-4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user