feat(third_party/bazel): Check in rules_haskell from Tweag
This commit is contained in:
parent
2eb1dc26e4
commit
f723b8b878
479 changed files with 51484 additions and 0 deletions
74
third_party/bazel/rules_haskell/examples/primitive/primitive.cabal
vendored
Normal file
74
third_party/bazel/rules_haskell/examples/primitive/primitive.cabal
vendored
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
Name: primitive
|
||||
Version: 0.6.4.0
|
||||
x-revision: 1
|
||||
License: BSD3
|
||||
License-File: LICENSE
|
||||
|
||||
Author: Roman Leshchinskiy <rl@cse.unsw.edu.au>
|
||||
Maintainer: libraries@haskell.org
|
||||
Copyright: (c) Roman Leshchinskiy 2009-2012
|
||||
Homepage: https://github.com/haskell/primitive
|
||||
Bug-Reports: https://github.com/haskell/primitive/issues
|
||||
Category: Data
|
||||
Synopsis: Primitive memory-related operations
|
||||
Cabal-Version: >= 1.10
|
||||
Build-Type: Simple
|
||||
Description: This package provides various primitive memory-related operations.
|
||||
|
||||
Extra-Source-Files: changelog.md
|
||||
test/*.hs
|
||||
test/LICENSE
|
||||
test/primitive-tests.cabal
|
||||
|
||||
Tested-With:
|
||||
GHC == 7.4.2,
|
||||
GHC == 7.6.3,
|
||||
GHC == 7.8.4,
|
||||
GHC == 7.10.3,
|
||||
GHC == 8.0.2,
|
||||
GHC == 8.2.2,
|
||||
GHC == 8.4.2
|
||||
|
||||
Library
|
||||
Default-Language: Haskell2010
|
||||
Other-Extensions:
|
||||
BangPatterns, CPP, DeriveDataTypeable,
|
||||
MagicHash, TypeFamilies, UnboxedTuples, UnliftedFFITypes
|
||||
|
||||
Exposed-Modules:
|
||||
Control.Monad.Primitive
|
||||
Data.Primitive
|
||||
Data.Primitive.MachDeps
|
||||
Data.Primitive.Types
|
||||
Data.Primitive.Array
|
||||
Data.Primitive.ByteArray
|
||||
Data.Primitive.PrimArray
|
||||
Data.Primitive.SmallArray
|
||||
Data.Primitive.UnliftedArray
|
||||
Data.Primitive.Addr
|
||||
Data.Primitive.Ptr
|
||||
Data.Primitive.MutVar
|
||||
Data.Primitive.MVar
|
||||
|
||||
Other-Modules:
|
||||
Data.Primitive.Internal.Compat
|
||||
Data.Primitive.Internal.Operations
|
||||
|
||||
Build-Depends: base >= 4.5 && < 4.13
|
||||
, ghc-prim >= 0.2 && < 0.6
|
||||
, transformers >= 0.2 && < 0.6
|
||||
|
||||
Ghc-Options: -O2
|
||||
|
||||
Include-Dirs: cbits
|
||||
Install-Includes: primitive-memops.h
|
||||
includes: primitive-memops.h
|
||||
c-sources: cbits/primitive-memops.c
|
||||
if !os(solaris)
|
||||
cc-options: -ftree-vectorize
|
||||
if arch(i386) || arch(x86_64)
|
||||
cc-options: -msse2
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/haskell/primitive
|
||||
Loading…
Add table
Add a link
Reference in a new issue