Cabal revisions of bluefin-0.0.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 3.0-name: bluefin-version: 0.0.2.0-license: MIT-license-file: LICENSE-author: Tom Ellis-maintainer: Tom Ellis-build-type: Simple-extra-doc-files: CHANGELOG.md-description: The Bluefin effect system-synopsis: The Bluefin effect system-homepage: https://github.com/tomjaguarpaw/bluefin-bug-reports: https://github.com/tomjaguarpaw/bluefin/issues--common warnings- ghc-options: -Wall--library- import: warnings- default-extensions:- NoImplicitPrelude- exposed-modules:- Bluefin,- Bluefin.Compound,- Bluefin.Coroutine,- Bluefin.EarlyReturn,- Bluefin.Eff,- Bluefin.Exception,- Bluefin.Jump,- Bluefin.IO,- Bluefin.State,- Bluefin.StateSource,- Bluefin.Stream,- Bluefin.Writer,- build-depends:- bluefin-internal >= 0.0.1 && < 0.1- hs-source-dirs: src- default-language: Haskell2010+cabal-version: 3.0 +name: bluefin +version: 0.0.2.0 +x-revision: 1 +license: MIT +license-file: LICENSE +author: Tom Ellis +maintainer: Tom Ellis +build-type: Simple +extra-doc-files: CHANGELOG.md +description: The Bluefin effect system +synopsis: The Bluefin effect system +homepage: https://github.com/tomjaguarpaw/bluefin +bug-reports: https://github.com/tomjaguarpaw/bluefin/issues + +common warnings + ghc-options: -Wall + +library + import: warnings + default-extensions: + NoImplicitPrelude + exposed-modules: + Bluefin, + Bluefin.Compound, + Bluefin.Coroutine, + Bluefin.EarlyReturn, + Bluefin.Eff, + Bluefin.Exception, + Bluefin.Jump, + Bluefin.IO, + Bluefin.State, + Bluefin.StateSource, + Bluefin.Stream, + Bluefin.Writer, + build-depends: + bluefin-internal >= 0.2 && < 0.3 + hs-source-dirs: src + default-language: Haskell2010
revision 2
cabal-version: 3.0 name: bluefin version: 0.0.2.0 -x-revision: 1 +x-revision: 2 license: MIT license-file: LICENSE author: Tom Ellis Bluefin.Stream, Bluefin.Writer, build-depends: - bluefin-internal >= 0.2 && < 0.3 + bluefin-internal >= 0.0.2 && < 0.3 hs-source-dirs: src default-language: Haskell2010
revision 3
cabal-version: 3.0 name: bluefin version: 0.0.2.0 -x-revision: 2 +x-revision: 3 license: MIT license-file: LICENSE author: Tom Ellis Bluefin.Stream, Bluefin.Writer, build-depends: - bluefin-internal >= 0.0.2 && < 0.3 + bluefin-internal >= 0.0.2 && < 0.1 hs-source-dirs: src default-language: Haskell2010