- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
刚刚安装了当前的 Haskell 平台 2012.2.0.0
, which says it uses base-4.5.0.0
, 和 base-4.5.0.0
includes the GHC.TypeLits
module .
但是,当我尝试加载 GHC.TypeLits
时,ghc
找不到它:
% ghci --version
The Glorious Glasgow Haskell Compilation System, version 7.4.1
% ghci
GHCi, version 7.4.1: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Prelude> :m +GHC.TypeLits
<no location info>:
Could not find module `GHC.TypeLits'
Perhaps you meant GHC.Types (from ghc-prim)
Prelude>
% ghc-pkg list base
/Library/Frameworks/GHC.framework/Versions/7.4.1-i386/usr/lib/ghc-7.4.1/package.conf.d
base-4.5.0.0
% ghc-pkg describe base
name: base
version: 4.5.0.0
id: base-4.5.0.0-a732a3518af7589b6c46f83e8ceae384
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
synopsis: Basic libraries
description: This package contains the Prelude and its support libraries,
and a large collection of useful libraries ranging from data
structures to parsing combinators and debugging utilities.
category:
author:
exposed: True
exposed-modules: Foreign.Concurrent GHC.Arr GHC.Base GHC.Conc
GHC.Conc.IO GHC.Conc.Signal GHC.Conc.Sync GHC.ConsoleHandler
GHC.Constants GHC.Desugar GHC.Enum GHC.Environment GHC.Err
GHC.Exception GHC.Exts GHC.Fingerprint GHC.Fingerprint.Type
GHC.Float GHC.Float.ConversionUtils GHC.Float.RealFracMethods
GHC.Foreign GHC.ForeignPtr GHC.Handle GHC.IO GHC.IO.Buffer
GHC.IO.BufferedIO GHC.IO.Device GHC.IO.Encoding
GHC.IO.Encoding.CodePage GHC.IO.Encoding.Failure
GHC.IO.Encoding.Iconv GHC.IO.Encoding.Latin1 GHC.IO.Encoding.Types
GHC.IO.Encoding.UTF16 GHC.IO.Encoding.UTF32 GHC.IO.Encoding.UTF8
GHC.IO.Exception GHC.IO.FD GHC.IO.Handle GHC.IO.Handle.FD
GHC.IO.Handle.Internals GHC.IO.Handle.Text GHC.IO.Handle.Types
GHC.IO.IOMode GHC.IOArray GHC.IOBase GHC.IORef GHC.Int GHC.List
GHC.MVar GHC.Num GHC.PArr GHC.Pack GHC.Ptr GHC.Read GHC.Real GHC.ST
GHC.Stack GHC.Stats GHC.Show GHC.Stable GHC.Storable GHC.STRef
GHC.TopHandler GHC.Unicode GHC.Weak GHC.Word System.Timeout
GHC.Event Control.Applicative Control.Arrow Control.Category
Control.Concurrent Control.Concurrent.Chan Control.Concurrent.MVar
Control.Concurrent.QSem Control.Concurrent.QSemN
Control.Concurrent.SampleVar Control.Exception
Control.Exception.Base Control.OldException Control.Monad
Control.Monad.Fix Control.Monad.Instances Control.Monad.ST
Control.Monad.ST.Safe Control.Monad.ST.Unsafe Control.Monad.ST.Lazy
Control.Monad.ST.Lazy.Safe Control.Monad.ST.Lazy.Unsafe
Control.Monad.ST.Strict Control.Monad.Zip Data.Bits Data.Bool
Data.Char Data.Complex Data.Dynamic Data.Either Data.Eq Data.Data
Data.Fixed Data.Foldable Data.Function Data.Functor Data.HashTable
Data.IORef Data.Int Data.Ix Data.List Data.Maybe Data.Monoid
Data.Ord Data.Ratio Data.STRef Data.STRef.Lazy Data.STRef.Strict
Data.String Data.Traversable Data.Tuple Data.Typeable
Data.Typeable.Internal Data.Unique Data.Version Data.Word
Debug.Trace Foreign Foreign.C Foreign.C.Error Foreign.C.String
Foreign.C.Types Foreign.ForeignPtr Foreign.ForeignPtr.Safe
Foreign.ForeignPtr.Unsafe Foreign.Marshal Foreign.Marshal.Alloc
Foreign.Marshal.Array Foreign.Marshal.Error Foreign.Marshal.Pool
Foreign.Marshal.Safe Foreign.Marshal.Utils Foreign.Marshal.Unsafe
Foreign.Ptr Foreign.Safe Foreign.StablePtr Foreign.Storable Numeric
Prelude System.Console.GetOpt System.CPUTime System.Environment
System.Exit System.IO System.IO.Error System.IO.Unsafe System.Info
System.Mem System.Mem.StableName System.Mem.Weak
System.Posix.Internals System.Posix.Types
Text.ParserCombinators.ReadP Text.ParserCombinators.ReadPrec
Text.Printf Text.Read Text.Read.Lex Text.Show Text.Show.Functions
Unsafe.Coerce
hidden-modules: GHC.Event.Array GHC.Event.Clock GHC.Event.Control
GHC.Event.EPoll GHC.Event.IntMap GHC.Event.Internal
GHC.Event.KQueue GHC.Event.Manager GHC.Event.PSQ GHC.Event.Poll
GHC.Event.Thread GHC.Event.Unique Control.Monad.ST.Imp
Control.Monad.ST.Lazy.Imp Foreign.ForeignPtr.Imp
trusted: False
import-dirs: /Library/Frameworks/GHC.framework/Versions/7.4.1-i386/usr/lib/ghc-7.4.1/base-4.5.0.0
library-dirs: /Library/Frameworks/GHC.framework/Versions/7.4.1-i386/usr/lib/ghc-7.4.1/base-4.5.0.0
hs-libraries: HSbase-4.5.0.0
extra-libraries: iconv
extra-ghci-libraries:
include-dirs: /Library/Frameworks/GHC.framework/Versions/7.4.1-i386/usr/lib/ghc-7.4.1/base-4.5.0.0/include
includes: HsBase.h
depends: ghc-prim-0.2.0.0-bd29cb1ca1b712d64e00ac9207f87d0a
integer-gmp-0.4.0.0-ec87c5d9609a1d46da031ef5d51c4f79 builtin_rts
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /Library/Frameworks/GHC.framework/Versions/7.4.1-i386/usr/share/doc/ghc/html/libraries/base-4.5.0.0/base.haddock
haddock-html: /Library/Frameworks/GHC.framework/Versions/7.4.1-i386/usr/share/doc/ghc/html/libraries/base-4.5.0.0
pkgroot: "/Library/Frameworks/GHC.framework/Versions/7.4.1-i386/usr/lib/ghc-7.4.1"
%
那么发生了什么?我是否错误地认为当前的 Haskell 平台应该可以使用 GHC.TypeLits
?还是我跳过了提供给我所需的步骤?
最佳答案
您链接到的文档页面似乎有些可疑。您的 GHC 声称是 7.4.1,它似乎使用 base-4.5.0.0
和 the GHC library documentation和 the Hackage page将 base-4.5.0.0
显示为不包括 GHC.TypeLits
。这是完全合理的,因为 GHC 7.4.1 doesn't support type literals ,不像 GHC 7.6.1 .
关于haskell - 无法加载 GHC.TypeLits 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12567642/
runghc 和 ghc 有什么区别? 我运行了一个简短的程序,似乎可以用两者编译,除了我用 runghc 得到了以下内容,但不是普通的 ghc: error: Variable not in sco
如果 friend 想要运行我的 Haskell 二进制文件,他是否必须先安装 Haskell,还是可以立即自行运行二进制文件? Mac、Windows 和 Linux 上的答案相同吗? 最佳答案 G
ffunction glMultiDrawElements 需要一个指向指针的指针作为其参数之一。如何从 StorableArray Int a 获取 Ptr(Ptr a) ? 最佳答案 您需要先将索
module Has (r,p,s) where import Prelude ((==),Bool(..),otherwise,(||),Eq) import qualified Data.List
我已经构建了 ghc-HEAD,我想尝试构建所有的 stackage lts 或 nightly 看看它能做多少。 无论我说什么都无法说服 stack 使用我的新 ghc 构建任何东西。我尝试设置如下
我正在使用 Emacs (24.3.1) 在 haskell-mode 中与 ghc-mod 一起使用 Haskell。 现在除了一件烦人的事情外,一切都很好: GHC 信息缓冲区中的每个输出仅包含第
为什么升级到 OSX Mavericks 后我的 GHC 7.6.3 不能工作? 最佳答案 花了很长时间才弄清楚如何同时使用 OSX 10.9 和 GHC 7.6.3,这里有一些技巧可以帮助您重新构建
我有一个带有 cabal 文件的主要 Haskell 可执行程序。在那里,我指定 ghc-options . 这个可执行文件链接到野外的其他库。请问ghc-options忽略这些库的 cabal 文件
我有一个使用 -Wall 编译的库,并且我有一个使用 -Wall -Wno-incomplete-patterns 的测试套件 当我使用 stack ghci --test 启动 ghci 时,ghc
我正在尝试使用以下脚本在 Windows 上安装 GHC(并将 ghc 放在路径中),但是当我尝试运行 ghci --version 时它失败了。我认为脚本有问题。 install: - ps:
我在 $HOME 中安装了 ghc-7.2.2 unknown linux tar.bz2在archlinux上。 在使用 cabal-dev 成功安装多个软件包后,尝试安装例如。我得到的解析数字、文
想法 我正在写 DSL ,编译为 Haskell。 该语言的用户可以定义自己的不可变数据结构和相关函数。关联函数是指属于数据结构的函数。 例如,用户可以编写(在“pythonic”伪代码中): dat
(我的问题是在没有 haskell-platform、ghc、cabal 等的情况下分发二进制文件) 我需要部署一个结构良好的 haskell 应用程序(Yesod 脚手架),但我有磁盘空间限制。 G
我试图将 Cygwin 安装程序指向 http://haskell.org/ghc/cygwin ,但安装程序无法找到 setup.ini.sig。如果可能的话,我该如何编辑我的 .bashrc 以引
我有一个现有的 Haskell 函数,它使用 GHC API 从模块中动态加载已编译的代码。它基于博客文章中的代码 Dynamic Compilation and Loading of Modules
我使用:Ubuntu 上的 GHC 7.6.3(通过 apt-get install haskell-platform) 从当前存储库安装它。 正在尝试安装ghc-mod ,因为我的 ide 插件需要
AFAIK,有两种方法可以在 Haskell 中获取用于调试的调用堆栈: 添加 HasCallStack代码中的约束 使用 ghc -prof -fprof-auto-top 编译代码 我的测试代码:
我想用 64 位 GHC 构建 32 位 DLL。这是最小的例子。 测试.hs {-# LANGUAGE ForeignFunctionInterface #-} module Test where
ghc-gc-tune 0.2.1 可以与 ghc 7.4.1 一起使用吗?看来 ghc-gc-tune 已经有一段时间没有更新了,可能只适用于 ghc 6.x?我找不到任何可靠的信息。 我收到以下错
语言扩展 ExplicitForall 使得使用 forall 绑定(bind)类型变量成为可能但不是必需的。 例如,下面的程序可以编译 {-# LANGUAGE ExplicitForAll #-}
我是一名优秀的程序员,十分优秀!