Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / snoyberg/classy-prelude issues and pull requests

#100 - Compatibility with time >= 1.5

Pull Request - State: closed - Opened by k0ral over 9 years ago - 1 comment

#99 - Fix typo

Pull Request - State: closed - Opened by ghost over 9 years ago - 1 comment

#98 - mono-traversable drops to 0.4.0

Issue - State: closed - Opened by vlatkoB over 9 years ago - 4 comments

#97 - try to fix language-javascript issue

Pull Request - State: closed - Opened by gregwebs over 9 years ago

#96 - Improve some documentation linking

Pull Request - State: closed - Opened by kbillings over 9 years ago - 1 comment

#95 - Small documentation link fix

Pull Request - State: closed - Opened by kbillings over 9 years ago - 1 comment

#94 - Added the 'liftA's and <**>

Pull Request - State: closed - Opened by talw over 9 years ago - 1 comment

#93 - I'd like `elem` to work for NonEmpty.

Issue - State: closed - Opened by bitemyapp over 9 years ago - 17 comments

#92 - yesod: don't import yesod-newsfeed or persistent

Pull Request - State: open - Opened by gregwebs almost 10 years ago - 5 comments

#91 - more documentation in README

Pull Request - State: closed - Opened by gregwebs almost 10 years ago

#90 - classy-prelude-yesod not offereing much value over Import.hs

Issue - State: open - Opened by gregwebs almost 10 years ago - 2 comments

#89 - improve description

Pull Request - State: closed - Opened by gregwebs almost 10 years ago - 1 comment

#88 - Resources for understanding how to use classy-prelude idiomatically

Issue - State: open - Opened by AKurilin almost 10 years ago - 21 comments

#87 - singleton and Set

Issue - State: open - Opened by gibiansky almost 10 years ago - 8 comments

#86 - lines and bytestring?

Issue - State: closed - Opened by gibiansky almost 10 years ago - 4 comments

#85 - un-generalize ++

Issue - State: closed - Opened by gregwebs almost 10 years ago - 8 comments

#84 - README is too negative

Issue - State: closed - Opened by rehno-lindeque almost 10 years ago - 6 comments

#83 - errorM and errorIO

Issue - State: closed - Opened by gregwebs about 10 years ago - 2 comments

#82 - Prefer first/second from Bifunctor?

Issue - State: closed - Opened by rehno-lindeque about 10 years ago - 9 comments

#81 - add putText and putTextLn

Pull Request - State: closed - Opened by gregwebs about 10 years ago - 2 comments

#80 - putStr

Issue - State: closed - Opened by gregwebs about 10 years ago - 2 comments

#79 - Generalize `catMaybes`

Issue - State: closed - Opened by adnelson about 10 years ago - 5 comments

#78 - Avoid mixing MonadIO and MonadBase IO

Issue - State: closed - Opened by k0ral about 10 years ago - 4 comments

#77 - Counterpart to `Semigroup` for empty elements?

Issue - State: closed - Opened by adnelson about 10 years ago - 7 comments

#76 - Function passed to `mapM_` shouldn't need to return `()`

Issue - State: closed - Opened by adnelson about 10 years ago - 4 comments

#75 - Why does `Show` produce a String?

Issue - State: closed - Opened by adnelson about 10 years ago - 17 comments

#74 - forM_ should be like standard function

Issue - State: closed - Opened by gibiansky over 10 years ago - 7 comments

#73 - too many exports?

Issue - State: closed - Opened by gregwebs over 10 years ago - 11 comments

#72 - Use a more efficient sort for Vectors

Issue - State: closed - Opened by neongreen over 10 years ago - 3 comments

#71 - Increase lower bound for mono-traversable

Pull Request - State: closed - Opened by PierreR over 10 years ago - 1 comment

#70 - add fp translation functions

Pull Request - State: closed - Opened by gregwebs over 10 years ago

#69 - ClassyPrelude 0.6.0.0 Should be constrained to mono-traversable < 0.2.0.0

Issue - State: closed - Opened by jeremyjh over 10 years ago - 3 comments

#68 - Why is putStrLn not equal to hPutStrLn stdout?

Issue - State: closed - Opened by tkuismin over 10 years ago - 1 comment

#67 - Include mtl types/functions?

Issue - State: closed - Opened by snoyberg over 10 years ago - 3 comments

#66 - add ordNub

Pull Request - State: closed - Opened by gregwebs almost 11 years ago

#65 - toList and fromList on Data.Map

Issue - State: closed - Opened by andrewthad almost 11 years ago - 2 comments

#64 - Functor based Zip instead of CanZip

Pull Request - State: closed - Opened by gregwebs almost 11 years ago

#63 - Export `charToLower` and `charToUpper`

Pull Request - State: closed - Opened by neko-kai almost 11 years ago

#62 - 0.6 doesn't support FilePath

Issue - State: closed - Opened by neko-kai almost 11 years ago - 8 comments

#61 - Bring back CanShow

Issue - State: closed - Opened by neko-kai almost 11 years ago - 1 comment

#60 - remove CanZip

Issue - State: closed - Opened by gregwebs almost 11 years ago - 8 comments

#59 - Problem with return type polymorphism

Issue - State: closed - Opened by mihao about 11 years ago - 4 comments

#58 - export <> from Semigroup, not Monoid

Issue - State: closed - Opened by gregwebs about 11 years ago - 13 comments

#57 - Can zip non empty

Pull Request - State: closed - Opened by gregwebs about 11 years ago - 2 comments

#56 - fix groupBy' name and groupBy semantics

Issue - State: closed - Opened by gregwebs about 11 years ago - 11 comments

#55 - Functional dependencies of some classes

Issue - State: closed - Opened by sw1sh about 11 years ago - 1 comment

#54 - Introduce groupBy' and fix #53

Pull Request - State: closed - Opened by nikita-volkov about 11 years ago - 13 comments

#53 - groupWith sorts unlike groupBy

Issue - State: closed - Opened by gregwebs about 11 years ago - 9 comments

#52 - Add UVector

Pull Request - State: closed - Opened by neongreen over 11 years ago - 1 comment

#51 - Add unboxed Vector

Issue - State: closed - Opened by neongreen over 11 years ago - 1 comment

#50 - Add CanReadFile and CanWriteFile instances for Text and LText

Pull Request - State: closed - Opened by pSub over 11 years ago - 5 comments

#49 - Added a type class and instance for replicateM_

Pull Request - State: closed - Opened by jwiegley over 11 years ago

#48 - Signature for `difference` is too monomorphic

Issue - State: closed - Opened by neko-kai over 11 years ago - 14 comments

#47 - Reimplement `empty` in terms of a class (#46)

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago - 3 comments

#46 - `empty` confusion

Issue - State: closed - Opened by nikita-volkov over 11 years ago - 2 comments

#45 - Zipping

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago - 3 comments

#44 - repeat

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago

#43 - Instances for Seq

Pull Request - State: closed - Opened by neko-kai over 11 years ago - 2 comments

#42 - CanFilter and CanDeleteVal for Set

Pull Request - State: closed - Opened by neko-kai over 11 years ago - 1 comment

#41 - CanIsInfixOf for ByteString

Pull Request - State: closed - Opened by neko-kai over 11 years ago - 1 comment

#40 - Standard folds

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago - 5 comments

#39 - Grouping

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago - 1 comment

#38 - Lift putStrLn

Issue - State: closed - Opened by neko-kai over 11 years ago - 2 comments

#37 - CanSortBy has unneeded Ord requirements

Issue - State: closed - Opened by snoyberg over 11 years ago - 2 comments

#36 - Why readMay instead of readMaybe?

Issue - State: closed - Opened by nikita-volkov over 11 years ago - 6 comments

#35 - Compare length

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago

#34 - head, tail, last, init

Issue - State: closed - Opened by nikita-volkov over 11 years ago - 8 comments

#33 - Cons and Uncons

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago

#32 - Char toLower toUpper

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago

#31 - Cleanup by utilizing CorePrelude

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago - 1 comment

#30 - Sorting

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago - 2 comments

#29 - Set ops

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago - 2 comments

#28 - Mega cleaning

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago - 1 comment

#27 - Drop confusing Maybe instance

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago

#26 - Maybe instances and minor stuff

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago - 1 comment

#25 - add the notMember export

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago

#24 - notMember

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago - 2 comments

#23 - Fix the missing toStrict and fromStrict exports

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago

#22 - Issues with GHC 7.6

Issue - State: closed - Opened by nikita-volkov over 11 years ago - 16 comments

#21 - partition

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago

#20 - fix CanFind functional dependency

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago

#19 - Generalize concat

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago - 5 comments

#18 - What about exporting Foldable?

Issue - State: closed - Opened by nikita-volkov over 11 years ago - 33 comments

#17 - subsequences and permutations

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago

#16 - nub

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago - 3 comments

#15 - find

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago

#14 - Intersperse and Intercalate

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago - 7 comments

#13 - Replace IO with MonadIO wherever possible

Issue - State: closed - Opened by snoyberg over 11 years ago

#12 - Include random number generation code

Issue - State: closed - Opened by snoyberg over 11 years ago - 3 comments

#11 - Include IORef and MVar code in lifted form

Issue - State: closed - Opened by snoyberg over 11 years ago

#10 - toStrict and fromStrict

Pull Request - State: closed - Opened by nikita-volkov over 11 years ago - 5 comments

#8 - Generalized container functions

Issue - State: closed - Opened by nikita-volkov over 11 years ago - 1 comment

#7 - Hackage's 'Prelude' category

Issue - State: closed - Opened by neko-kai about 12 years ago - 1 comment

#6 - New package: classy-prelude-yesod

Issue - State: closed - Opened by snoyberg about 12 years ago - 3 comments
Labels: enhancement

#5 - Export replicate

Issue - State: closed - Opened by DanBurton about 12 years ago - 1 comment

#4 - Add lower bound to containers dependency

Issue - State: closed - Opened by DanBurton about 12 years ago - 1 comment

#3 - Consider splitting BasicPrelude into a separate package

Issue - State: closed - Opened by DanBurton about 12 years ago - 1 comment

#2 - Add behavioral laws for each class

Issue - State: closed - Opened by maxcan about 12 years ago - 3 comments

#1 - added some exports

Pull Request - State: closed - Opened by maxcan about 12 years ago