Dependencies note.
This commit is contained in:
@@ -49,6 +49,30 @@ Usage
|
|||||||
import Protolude
|
import Protolude
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Dependencies
|
||||||
|
------------
|
||||||
|
|
||||||
|
Protolude tries to be light on dependencies and only pulls in *essential*
|
||||||
|
libraries that are universally common across most real-world projects.
|
||||||
|
|
||||||
|
Dependencies Bound
|
||||||
|
----------- --------
|
||||||
|
array 0.5.1.0
|
||||||
|
async 2.1.0
|
||||||
|
base 4.8.2.0
|
||||||
|
binary 0.7.5.0
|
||||||
|
bytestring 0.10.6.0
|
||||||
|
containers 0.5.6.2
|
||||||
|
deepseq 1.4.1.1
|
||||||
|
ghc-prim 0.4.0.0
|
||||||
|
integer-gmp 1.0.0.0
|
||||||
|
mtl 2.2.1
|
||||||
|
protolude 0.1.6
|
||||||
|
safe 0.3.9
|
||||||
|
stm 2.4.4.1
|
||||||
|
text 1.2.2.1
|
||||||
|
transformers 0.4.2.0
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -34,8 +34,6 @@ library
|
|||||||
exposed-modules:
|
exposed-modules:
|
||||||
Protolude
|
Protolude
|
||||||
Unsafe
|
Unsafe
|
||||||
|
|
||||||
other-modules:
|
|
||||||
Base
|
Base
|
||||||
Applicative
|
Applicative
|
||||||
Bool
|
Bool
|
||||||
@@ -50,6 +48,8 @@ library
|
|||||||
Bifunctor
|
Bifunctor
|
||||||
Panic
|
Panic
|
||||||
|
|
||||||
|
other-modules:
|
||||||
|
|
||||||
default-extensions:
|
default-extensions:
|
||||||
NoImplicitPrelude
|
NoImplicitPrelude
|
||||||
OverloadedStrings
|
OverloadedStrings
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{-# LANGUAGE CPP #-}
|
{-# LANGUAGE CPP #-}
|
||||||
{-# LANGUAGE Trustworthy #-}
|
{-# LANGUAGE Trustworthy #-}
|
||||||
|
{-# LANGUAGE FlexibleContexts #-}
|
||||||
{-# LANGUAGE NoImplicitPrelude #-}
|
{-# LANGUAGE NoImplicitPrelude #-}
|
||||||
{-# LANGUAGE ExplicitNamespaces #-}
|
{-# LANGUAGE ExplicitNamespaces #-}
|
||||||
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
|
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
|
||||||
|
|||||||
Reference in New Issue
Block a user