* [sisyphus] ghc(base)
@ 2009-03-18 14:03 Denis G. Samsonenko
2009-03-18 14:08 ` Led
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Denis G. Samsonenko @ 2009-03-18 14:03 UTC (permalink / raw)
To: sisyphus
День добрый!
Не подскажет ли кто, какой пакет предоставляет ghc(base)?
--
Всего доброго,
Денис.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] ghc(base)
2009-03-18 14:03 [sisyphus] ghc(base) Denis G. Samsonenko
@ 2009-03-18 14:08 ` Led
2009-03-19 3:22 ` Denis G. Samsonenko
2009-03-18 14:11 ` Хихин Руслан
2009-03-19 12:30 ` Ivan A. Melnikov
2 siblings, 1 reply; 7+ messages in thread
From: Led @ 2009-03-18 14:08 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
On Wednesday 18 March 2009 16:03:53 Denis G. Samsonenko wrote:
> День добрый!
>
> Не подскажет ли кто, какой пакет предоставляет ghc(base)?
apt-get install 'ghc(base)'
подскажет
--
Led
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] ghc(base)
2009-03-18 14:08 ` Led
@ 2009-03-19 3:22 ` Denis G. Samsonenko
2009-03-19 3:50 ` Denis Nazarov
0 siblings, 1 reply; 7+ messages in thread
From: Denis G. Samsonenko @ 2009-03-19 3:22 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
Привет!
18 марта 2009 г. 20:08 Led написал:
>> Не подскажет ли кто, какой пакет предоставляет ghc(base)?
>
> apt-get install 'ghc(base)'
>
> подскажет
Если бы всё было бы так просто, я бы не спрашивал:
$ apt-get install 'ghc(base)'
[sudo] password for denis:
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package ghc(base)
Я не на сизифе сижу, но мне надо знать, какой пакет в сизифе
предоставляет ghc(base).
--
Всего доброго,
Денис.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] ghc(base)
2009-03-19 3:22 ` Denis G. Samsonenko
@ 2009-03-19 3:50 ` Denis Nazarov
0 siblings, 0 replies; 7+ messages in thread
From: Denis Nazarov @ 2009-03-19 3:50 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
On Thursday 19 March 2009 08:22:22 Denis G. Samsonenko wrote:
> Привет!
>
> 18 марта 2009 г. 20:08 Led написал:
> >> Не подскажет ли кто, какой пакет предоставляет ghc(base)?
> >
> > apt-get install 'ghc(base)'
> >
> > подскажет
>
> Если бы всё было бы так просто, я бы не спрашивал:
>
Все не просто, а очень просто:
в /etc/apt/sources.list вставляем, например, вот такие две строчки
rpm [alt] http://mirror.yandex.ru/altlinux/Sisyphus/ i586 classic
rpm [alt] http://mirror.yandex.ru/altlinux/Sisyphus/ noarch classic
ну и комментируем свои текущие репозитарии. Потом делаем apt-get update и
потом
apt-get install 'ghc(base)'
Reading Package Lists... Done
Building Dependency Tree... Done
Selecting ghc for 'ghc(base)'
The following extra packages will be installed:
ghc libgmp libgmp-devel
The following packages will be upgraded
libgmp
The following NEW packages will be installed:
ghc libgmp-devel
1 upgraded, 2 newly installed, 0 removed and 1060 not upgraded.
Need to get 13.2MB of archives.
After unpacking 98.0MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
не забыть вернуть репозитарии на место и сделать еще раз apt-get update
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] ghc(base)
2009-03-18 14:03 [sisyphus] ghc(base) Denis G. Samsonenko
2009-03-18 14:08 ` Led
@ 2009-03-18 14:11 ` Хихин Руслан
2009-03-19 3:23 ` Denis G. Samsonenko
2009-03-19 12:30 ` Ivan A. Melnikov
2 siblings, 1 reply; 7+ messages in thread
From: Хихин Руслан @ 2009-03-18 14:11 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 1161 bytes --]
Здравствуйте Denis G. Samsonenko
В сообщении от 18 марта 2009 Denis G. Samsonenko написал(a):
> День добрый!
>
> Не подскажет ли кто, какой пакет предоставляет ghc(base)?
apt-cache search ghc
ghc - Glasgow Haskell Compilation system
ghc-binary - Binary serialization for Haskell values using lazy
ByteStrings
ghc-html - HTML combinator library
ghc-http - A library for client-side HTTP
ghc-libghc - GHC inside a library
ghc-mtl - Monad transformer library
ghc-network - networking-related facilities
ghc-opengl - A binding for the OpenGL graphics system
ghc-parsec - Monadic parser combinators
ghc-prof - Profiling libraries for GHC
ghc-quickcheck - Automatic testing of Haskell programs
ghc-regex-base - Replaces/Enhances Text.Regex
ghc-regex-compat - Replaces/Enhances Text.Regex
ghc-regex-posix - Replaces/Enhances Text.Regex
ghc-stm - Software Transactional Memory
ghc-time - time library
ghc-utf8-string - Support for reading and writing UTF8 Strings
ghc-utf8-string-prof - Profiling libraries for ghc-utf8-string
ghc-zlib - Compression and decompression in the gzip and zlib
formats
--
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] ghc(base)
2009-03-18 14:11 ` Хихин Руслан
@ 2009-03-19 3:23 ` Denis G. Samsonenko
0 siblings, 0 replies; 7+ messages in thread
From: Denis G. Samsonenko @ 2009-03-19 3:23 UTC (permalink / raw)
To: hihin, ALT Linux Sisyphus discussions
Привет!
2009/3/18 Хихин Руслан:
> > Не подскажет ли кто, какой пакет предоставляет ghc(base)?
> apt-cache search ghc
> ghc - Glasgow Haskell Compilation system
> ghc-binary - Binary serialization for Haskell values using lazy
> ByteStrings
> ghc-html - HTML combinator library
> ghc-http - A library for client-side HTTP
> ghc-libghc - GHC inside a library
> ghc-mtl - Monad transformer library
> ghc-network - networking-related facilities
> ghc-opengl - A binding for the OpenGL graphics system
> ghc-parsec - Monadic parser combinators
> ghc-prof - Profiling libraries for GHC
> ghc-quickcheck - Automatic testing of Haskell programs
> ghc-regex-base - Replaces/Enhances Text.Regex
> ghc-regex-compat - Replaces/Enhances Text.Regex
> ghc-regex-posix - Replaces/Enhances Text.Regex
> ghc-stm - Software Transactional Memory
> ghc-time - time library
> ghc-utf8-string - Support for reading and writing UTF8 Strings
> ghc-utf8-string-prof - Profiling libraries for ghc-utf8-string
> ghc-zlib - Compression and decompression in the gzip and zlib
> formats
И кто из них предоставляет 'ghc(base)?
--
Всего доброго,
Денис.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] ghc(base)
2009-03-18 14:03 [sisyphus] ghc(base) Denis G. Samsonenko
2009-03-18 14:08 ` Led
2009-03-18 14:11 ` Хихин Руслан
@ 2009-03-19 12:30 ` Ivan A. Melnikov
2 siblings, 0 replies; 7+ messages in thread
From: Ivan A. Melnikov @ 2009-03-19 12:30 UTC (permalink / raw)
To: sisyphus
On Wed, 18 Mar 2009 20:03:53 +0600
"Denis G. Samsonenko" <d.g.samsonenko@gmail.com> wrote:
> День добрый!
>
> Не подскажет ли кто, какой пакет предоставляет ghc(base)?
>
$ apt-cache showpkg 'ghc(base)'
Package: ghc(base)
Versions:
Reverse Depends:
Dependencies:
Provides:
Reverse Provides:
ghc 6.10.1-alt1
ghc 6.10.1-alt1
Сизиф у меня, правда, слегка устарел...
--
Best Regards,
Ivan A. Melnikov
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-03-19 12:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-18 14:03 [sisyphus] ghc(base) Denis G. Samsonenko
2009-03-18 14:08 ` Led
2009-03-19 3:22 ` Denis G. Samsonenko
2009-03-19 3:50 ` Denis Nazarov
2009-03-18 14:11 ` Хихин Руслан
2009-03-19 3:23 ` Denis G. Samsonenko
2009-03-19 12:30 ` Ivan A. Melnikov
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git