summaryrefslogtreecommitdiff
path: root/unliftio-core.cabal
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-10-30 02:19:23 +0000
committerCoprDistGit <infra@openeuler.org>2023-10-30 02:19:23 +0000
commite160bb966ac6e19c94b9b398dc2a0e3228af2fb5 (patch)
treeec9958573cfa126eef9f22620d2356c9c6017dc2 /unliftio-core.cabal
parenta2e89f16377bb191a82ee0be46487ea4f209e8be (diff)
automatic import of ghc-unliftio-coreopeneuler23.09
Diffstat (limited to 'unliftio-core.cabal')
-rwxr-xr-xunliftio-core.cabal34
1 files changed, 34 insertions, 0 deletions
diff --git a/unliftio-core.cabal b/unliftio-core.cabal
new file mode 100755
index 0000000..0fd05aa
--- /dev/null
+++ b/unliftio-core.cabal
@@ -0,0 +1,34 @@
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.35.1.
+--
+-- see: https://github.com/sol/hpack
+
+name: unliftio-core
+version: 0.2.1.0
+x-revision: 2
+synopsis: The MonadUnliftIO typeclass for unlifting monads to IO
+description: Please see the documentation and README at <https://www.stackage.org/package/unliftio-core>
+category: Control
+homepage: https://github.com/fpco/unliftio/tree/master/unliftio-core#readme
+author: Michael Snoyman, Francesco Mazzoli
+maintainer: michael@snoyman.com
+copyright: 2017-2020 FP Complete
+license: MIT
+license-file: LICENSE
+build-type: Simple
+extra-source-files:
+ README.md
+ ChangeLog.md
+
+library
+ exposed-modules:
+ Control.Monad.IO.Unlift
+ other-modules:
+ Paths_unliftio_core
+ hs-source-dirs:
+ src
+ build-depends:
+ base >=4.9 && <4.19
+ , transformers >=0.2 && <0.7
+ default-language: Haskell2010