Re: What is the error mean for bloomfilter?

2015-05-16 Thread Peng Yu
I'm not sure how to fix the problem after reading the links you
pointed. Would you please be specific what should be done? Thanks.

$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.10.1

On Sat, May 16, 2015 at 7:45 AM, Mikhail Glushenkov
the.dead.shall.r...@gmail.com wrote:
 Hi,

 On 16 May 2015 at 03:57, Peng Yu pengyu...@gmail.com wrote:
 Data/BloomFilter/Mutable.hs:136:9:
 Non type-variable argument
   in the constraint: [...]

 Not a Cabal issue: the library wasn't updated to work with GHC 7.10.
 See https://github.com/bos/bloomfilter/issues/11 and
 https://github.com/bos/bloomfilter/pull/10



-- 
Regards,
Peng
___
cabal-devel mailing list
cabal-devel@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel


Re: What is the error mean for bloomfilter?

2015-05-16 Thread Peng Yu
But I am not able to install version 2.0.1. How to get 2.0.1 via cabal?

On Sat, May 16, 2015 at 10:12 AM, Mateusz Kowalczyk
fuuze...@fuuzetsu.co.uk wrote:
 On 05/16/2015 03:31 PM, Peng Yu wrote:
 I'm not sure how to fix the problem after reading the links you
 pointed. Would you please be specific what should be done? Thanks.

 $ ghc --version
 The Glorious Glasgow Haskell Compilation System, version 7.10.1

 On Sat, May 16, 2015 at 7:45 AM, Mikhail Glushenkov
 the.dead.shall.r...@gmail.com wrote:
 Hi,

 On 16 May 2015 at 03:57, Peng Yu pengyu...@gmail.com wrote:
 Data/BloomFilter/Mutable.hs:136:9:
 Non type-variable argument
   in the constraint: [...]

 Not a Cabal issue: the library wasn't updated to work with GHC 7.10.
 See https://github.com/bos/bloomfilter/issues/11 and
 https://github.com/bos/bloomfilter/pull/10


 It's not a cabal problem, it's not relevant on this list. The links you
 were given already point out that the issue is known and even a link to
 the pull request that fixes it.


 --
 Mateusz K.
 ___
 cabal-devel mailing list
 cabal-devel@haskell.org
 http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel



-- 
Regards,
Peng
___
cabal-devel mailing list
cabal-devel@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel


Re: What is the error mean for bloomfilter?

2015-05-16 Thread Mateusz Kowalczyk
On 05/16/2015 03:31 PM, Peng Yu wrote:
 I'm not sure how to fix the problem after reading the links you
 pointed. Would you please be specific what should be done? Thanks.
 
 $ ghc --version
 The Glorious Glasgow Haskell Compilation System, version 7.10.1
 
 On Sat, May 16, 2015 at 7:45 AM, Mikhail Glushenkov
 the.dead.shall.r...@gmail.com wrote:
 Hi,

 On 16 May 2015 at 03:57, Peng Yu pengyu...@gmail.com wrote:
 Data/BloomFilter/Mutable.hs:136:9:
 Non type-variable argument
   in the constraint: [...]

 Not a Cabal issue: the library wasn't updated to work with GHC 7.10.
 See https://github.com/bos/bloomfilter/issues/11 and
 https://github.com/bos/bloomfilter/pull/10


It's not a cabal problem, it's not relevant on this list. The links you
were given already point out that the issue is known and even a link to
the pull request that fixes it.


-- 
Mateusz K.
___
cabal-devel mailing list
cabal-devel@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel


Re: What is the error mean for bloomfilter?

2015-05-16 Thread Mikhail Glushenkov
On 16 May 2015 at 17:35, Peng Yu pengyu...@gmail.com wrote:
 But I am not able to install version 2.0.1. How to get 2.0.1 via cabal?

It hasn't been released yet. You can get a patched version from GitHub:

$ git clone https://github.com/mikeizbicki/bloomfilter.git bloomfilter-2.0.1
$ cd bloomfilter-2.0.1
$ cabal install
___
cabal-devel mailing list
cabal-devel@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel


Re: What is the error mean for bloomfilter?

2015-05-16 Thread Mikhail Glushenkov
Hi,

On 16 May 2015 at 03:57, Peng Yu pengyu...@gmail.com wrote:
 Data/BloomFilter/Mutable.hs:136:9:
 Non type-variable argument
   in the constraint: [...]

Not a Cabal issue: the library wasn't updated to work with GHC 7.10.
See https://github.com/bos/bloomfilter/issues/11 and
https://github.com/bos/bloomfilter/pull/10
___
cabal-devel mailing list
cabal-devel@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel


Re: Why alex can not be automatically installed?

2015-05-16 Thread Mikhail Glushenkov
Hi,

On 16 May 2015 at 03:55, Peng Yu pengyu...@gmail.com wrote:
 Hi, I see the following error. Why alex can not be automatically installed?

See https://github.com/haskell/cabal/issues/220. Patches welcome!
___
cabal-devel mailing list
cabal-devel@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel