Cabal revisions of txt-0.0.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: txt-version: 0.0.3.0-synopsis: Text--- description:-license: BSD3-license-file: LICENSE-author: M Farkas-Dyck-maintainer: strake888@gmail.com-copyright: 2018 M Farkas-Dyck-category: Data, Text-build-type: Simple-extra-source-files: README.md-cabal-version: >=1.10--library- hs-source-dirs: .- exposed-modules: Data.Text- , Data.Text.IO- , Data.Text.Lazy- , Data.Text.Lazy.IO- other-modules: Data.Text.Lazy.Private- , Data.Text.Private- build-depends: base >= 4.7 && < 5- , bytestring >=0.10 && <0.11- , deepseq >=1.1 && <1.5- , utf8-string >=1.0 && <1.1- , util >=0.1.7 && <0.2- default-language: Haskell2010- default-extensions: UnicodeSyntax- , LambdaCase- , InstanceSigs- , PartialTypeSignatures- , PolyKinds- , ConstraintKinds- , FlexibleContexts- , FlexibleInstances- , StandaloneDeriving- , GeneralizedNewtypeDeriving- , DeriveFunctor- , DeriveFoldable- , DeriveTraversable- , MonadComprehensions- , OverloadedStrings- ghc-options: -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing- -Wincomplete-record-updates -Wincomplete-uni-patterns--test-suite test- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Main.hs- build-depends: base >=4.11 && <5- , smallcheck >=1.1- , tasty >=1.0- , tasty-smallcheck >=0.8- , txt- default-language: Haskell2010- default-extensions: UnicodeSyntax- , LambdaCase- , InstanceSigs- , PartialTypeSignatures- , PolyKinds- , ConstraintKinds- , FlexibleContexts- , FlexibleInstances- , StandaloneDeriving- , DeriveFunctor- , DeriveFoldable- , DeriveTraversable- , OverloadedStrings- ghc-options: -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing- -Wincomplete-record-updates -Wincomplete-uni-patterns--source-repository head- type: git- location: https://github.com/strake/txt+name: txt +version: 0.0.3.0 +x-revision: 1 +synopsis: Text +-- description: +license: BSD3 +license-file: LICENSE +author: M Farkas-Dyck +maintainer: strake888@gmail.com +copyright: 2018 M Farkas-Dyck +category: Data, Text +build-type: Simple +extra-source-files: README.md +cabal-version: >=1.10 + +library + hs-source-dirs: . + exposed-modules: Data.Text + , Data.Text.IO + , Data.Text.Lazy + , Data.Text.Lazy.IO + other-modules: Data.Text.Lazy.Private + , Data.Text.Private + build-depends: base >= 4.7 && < 5 + , bytestring >=0.10 && <0.11 + , deepseq >=1.1 && <1.5 + , utf8-string >=1.0 && <1.1 + , util >=0.1.7 && <0.2 + default-language: Haskell2010 + default-extensions: UnicodeSyntax + , LambdaCase + , InstanceSigs + , PartialTypeSignatures + , PolyKinds + , ConstraintKinds + , FlexibleContexts + , FlexibleInstances + , StandaloneDeriving + , GeneralizedNewtypeDeriving + , DeriveFunctor + , DeriveFoldable + , DeriveTraversable + , MonadComprehensions + , OverloadedStrings + ghc-options: -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing + -Wincomplete-record-updates -Wincomplete-uni-patterns + +test-suite test + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Main.hs + build-depends: base >=4.11 && <5 + , smallcheck >=1.1 + , tasty >=1.0 + , tasty-smallcheck >=0.8 + , txt + default-language: Haskell2010 + default-extensions: UnicodeSyntax + , LambdaCase + , InstanceSigs + , PartialTypeSignatures + , PolyKinds + , ConstraintKinds + , FlexibleContexts + , FlexibleInstances + , StandaloneDeriving + , DeriveFunctor + , DeriveFoldable + , DeriveTraversable + , OverloadedStrings + ghc-options: -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing + -Wincomplete-record-updates -Wincomplete-uni-patterns + +source-repository head + type: git + location: https://github.com/strake/txt.hs
revision 2
name: txt version: 0.0.3.0 -x-revision: 1 +x-revision: 2 synopsis: Text -- description: license: BSD3 license-file: LICENSE author: M Farkas-Dyck -maintainer: strake888@gmail.com +maintainer: None copyright: 2018 M Farkas-Dyck category: Data, Text build-type: Simple