Dependencies for monoids-0.1.36
Libraries
monoids
- array (>=0.2 && <0.3)
- base (>=4 && <4.2)
- category-extras (>=0.53 && <0.60)
- containers (>=0.2 && <0.3)
- if flag(bytestring)
- bytestring (>=0.9 && <1.0)
- if flag(fingertree)
- fingertree (>=0.0 && <0.1)
- if flag(parallel)
- parallel (>=1.1 && <1.2)
- if flag(text)
- text (>=0.1 && <0.2)
- if flag(stm)
- stm (>=2.1 && <2.2)
- if flag(quickcheck)
- QuickCheck (>=2.1 && <2.2)
- if flag(reflection)
- reflection (>=0.1 && <0.2)
- if flag(parsec)
- parsec (>=3.0 && <3.1)
- if flag(mtl)
- mtl (>=1.0 && <1.2)
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| bytestring | Data.ByteString is available (bytestring) | Enabled |
| fingertree | Data.Fingertree is available (fingertree) | Enabled |
| parallel | Control.Parallel.Strategies is available (parallel) | Enabled |
| stm | Control.Concurrent.STM is available (stm) | Enabled |
| quickcheck | Test.QuickCheck is available (QuickCheck) | Enabled |
| text | Data.Text is available (text) | Enabled |
| reflection | Data.Reflection is available (reflection) | Enabled |
| parsec | Text.Parsec is available (parsec >= 3) | Enabled |
| mtl | Control.Monad.* is available (mtl) | Enabled |
| overloaded-strings | OverloadedStrings extension is available (extension) | Enabled |
| optimize | Enable optimizations | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info