list-t 0.4.5 → 0.4.5.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~transformers
Dependency ranges changed: transformers
Files
- list-t.cabal +3/−3
list-t.cabal view
@@ -1,14 +1,14 @@ name: list-t version:- 0.4.5+ 0.4.5.1 synopsis: ListT done right description: A correct implementation of the list monad-transformer. Useful for basic streaming. category:- Data Structures, Control, Monad, Data+ Streaming, Data Structures, Control homepage: https://github.com/nikita-volkov/list-t bug-reports:@@ -47,7 +47,7 @@ monad-control >= 0.3 && < 1.1, mtl == 2.*, transformers-base == 0.4.*,- transformers >= 0.2 && < 0.5,+ transformers >= 0.3 && < 0.5, base-prelude == 0.1.* default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples