html-entities 1.1.4.1 → 1.1.4.2
raw patch · 2 files changed
+2/−42 lines, 2 filesdep −directorydep −doctestdep −filepathdep ~basedep ~base-prelude
Dependencies removed: directory, doctest, filepath
Dependency ranges changed: base, base-prelude
Files
- doctests/Main.hs +0/−12
- html-entities.cabal +2/−30
− doctests/Main.hs
@@ -1,12 +0,0 @@-module Main where--import Build_doctests (flags, pkgs, module_sources)-import Data.Foldable (traverse_)-import Test.DocTest (doctest)--main :: IO ()-main = do- traverse_ putStrLn args -- optionally print arguments- doctest args- where- args = flags ++ pkgs ++ module_sources
html-entities.cabal view
@@ -1,7 +1,7 @@ name: html-entities version:- 1.1.4.1+ 1.1.4.2 synopsis: A codec library for HTML-escaped text and HTML-entities description:@@ -30,16 +30,10 @@ license-file: LICENSE build-type:- Custom+ Simple cabal-version: >= 1.24 -custom-setup- setup-depends:- base >= 4.5 && < 5,- Cabal >= 1.24 && < 3,- cabal-doctest >= 1 && < 2- source-repository head type: git@@ -67,25 +61,3 @@ Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: Haskell2010--test-suite doctests- type:- exitcode-stdio-1.0- hs-source-dirs:- doctests- main-is:- Main.hs- ghc-options:- -threaded- "-with-rtsopts=-N"- -funbox-strict-fields- default-extensions:- Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples- default-language:- Haskell2010- build-depends:- doctest == 0.12.*,- directory >= 1.2 && < 2,- filepath >= 1.3 && < 2,- base-prelude,- base