packages feed

Cabal revisions of basement-0.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                basement-version:             0.0.1-synopsis:            Foundation scrap box of array & string-description:         Foundation most basic primitives without any dependencies-homepage:            https://github.com/haskell-foundation/foundation#readme-license:             BSD3-license-file:        LICENSE-copyright:           2015-2017 Vincent Hanquez <vincent@snarc.org>-                     2017      Foundation Maintainers-maintainer:          vincent@snarc.org-copyright:           Vincent Hanquez-category:            Web-build-type:          Simple-homepage:            https://github.com/haskell-foundation/foundation-bug-reports:         https://github.com/haskell-foundation/foundation/issues-cabal-version:       >=1.10-tested-with:         GHC==8.2.1, GHC==8.0.2, GHC==7.10.3-extra-source-files:  cbits/*.h--source-repository head-  type: git-  location: https://github.com/haskell-foundation/foundation.git--library-  hs-source-dirs:    .-  exposed-modules:   -                     Basement.Imports--                     Basement.Base16-                     Basement.Bindings.Memory-                     Basement.Endianness-                     Basement.Environment-                     Basement.PrimType--                     Basement.Exception-                     Basement.From--                     Basement.Types.Char7-                     Basement.Types.OffsetSize-                     Basement.Types.Ptr-                     Basement.Types.AsciiString-                     Basement.Types.Word128-                     Basement.Types.Word256-                     Basement.Monad-                     Basement.MutableBuilder-                     Basement.FinalPtr--                     Basement.Nat--                     -- Extended Types-                     Basement.BoxedArray-                     Basement.Block-                     Basement.Block.Mutable-                     Basement.UArray-                     Basement.UArray.Mutable-                     Basement.String-                     Basement.NonEmpty-                     -                     -- Utils-                     Basement.NormalForm-                     Basement.These--                     -- numeric stuff-                     Basement.IntegralConv-                     Basement.Floating-                     Basement.Numerical.Number-                     Basement.Numerical.Additive-                     Basement.Numerical.Subtractive-                     Basement.Numerical.Multiplicative-                     Basement.Bounded--                     -- compat / base redefinition-                     Basement.Compat.Base-                     Basement.Compat.Bifunctor-                     Basement.Compat.CallStack-                     Basement.Compat.ExtList-                     Basement.Compat.IsList-                     Basement.Compat.Identity-                     Basement.Compat.Primitive-                     Basement.Compat.PrimTypes-                     Basement.Compat.MonadTrans-                     Basement.Compat.Natural-                     Basement.Compat.NumLiteral-                     Basement.Compat.Typeable-  if impl(ghc >= 8.0)-    exposed-modules: Basement.BlockN--  other-modules:-                     Basement.Error-                     Basement.Show-                     Basement.Runtime--                     Basement.Alg.Native.Prim-                     Basement.Alg.Native.UTF8-                     Basement.Alg.Native.String-                     Basement.Alg.Native.PrimArray--                     Basement.Alg.Foreign.Prim-                     Basement.Alg.Foreign.UTF8-                     Basement.Alg.Foreign.String-                     Basement.Alg.Foreign.PrimArray--                     Basement.Numerical.Conversion--                     Basement.Block.Base--                     Basement.UTF8.Base-                     Basement.UTF8.Helper-                     Basement.UTF8.Table-                     Basement.UTF8.Types--                     Basement.UArray.Base--                     Basement.String.Encoding.Encoding-                     Basement.String.Encoding.UTF16-                     Basement.String.Encoding.UTF32-                     Basement.String.Encoding.ASCII7-                     Basement.String.Encoding.ISO_8859_1---  build-depends:       base >= 4.7 && < 5-                     , ghc-prim-  default-language:    Haskell2010-  default-extensions: NoImplicitPrelude-                      RebindableSyntax-                      TypeFamilies-                      BangPatterns-                      DeriveDataTypeable-  if (arch(i386) || arch(x86_64))-    cpp-options: -DARCH_IS_LITTLE_ENDIAN-  else-    cpp-options: -DARCH_IS_UNKNOWN_ENDIAN-  include-dirs:      cbits-  c-sources:         cbits/foundation_mem.c-                     cbits/foundation_rts.c+name:                basement
+version:             0.0.1
+x-revision: 1
+synopsis:            Foundation scrap box of array & string
+description:         Foundation most basic primitives without any dependencies
+homepage:            https://github.com/haskell-foundation/foundation#readme
+license:             BSD3
+license-file:        LICENSE
+copyright:           2015-2017 Vincent Hanquez <vincent@snarc.org>
+                     2017      Foundation Maintainers
+maintainer:          vincent@snarc.org
+copyright:           Vincent Hanquez
+category:            Web
+build-type:          Simple
+homepage:            https://github.com/haskell-foundation/foundation
+bug-reports:         https://github.com/haskell-foundation/foundation/issues
+cabal-version:       >=1.10
+tested-with:         GHC==8.2.1, GHC==8.0.2, GHC==7.10.3
+extra-source-files:  cbits/*.h
+
+source-repository head
+  type: git
+  location: https://github.com/haskell-foundation/foundation.git
+
+library
+  hs-source-dirs:    .
+  exposed-modules:   
+                     Basement.Imports
+
+                     Basement.Base16
+                     Basement.Bindings.Memory
+                     Basement.Endianness
+                     Basement.Environment
+                     Basement.PrimType
+
+                     Basement.Exception
+                     Basement.From
+
+                     Basement.Types.Char7
+                     Basement.Types.OffsetSize
+                     Basement.Types.Ptr
+                     Basement.Types.AsciiString
+                     Basement.Types.Word128
+                     Basement.Types.Word256
+                     Basement.Monad
+                     Basement.MutableBuilder
+                     Basement.FinalPtr
+
+                     Basement.Nat
+
+                     -- Extended Types
+                     Basement.BoxedArray
+                     Basement.Block
+                     Basement.Block.Mutable
+                     Basement.UArray
+                     Basement.UArray.Mutable
+                     Basement.String
+                     Basement.NonEmpty
+                     
+                     -- Utils
+                     Basement.NormalForm
+                     Basement.These
+
+                     -- numeric stuff
+                     Basement.IntegralConv
+                     Basement.Floating
+                     Basement.Numerical.Number
+                     Basement.Numerical.Additive
+                     Basement.Numerical.Subtractive
+                     Basement.Numerical.Multiplicative
+                     Basement.Bounded
+
+                     -- compat / base redefinition
+                     Basement.Compat.Base
+                     Basement.Compat.Bifunctor
+                     Basement.Compat.CallStack
+                     Basement.Compat.ExtList
+                     Basement.Compat.IsList
+                     Basement.Compat.Identity
+                     Basement.Compat.Primitive
+                     Basement.Compat.PrimTypes
+                     Basement.Compat.MonadTrans
+                     Basement.Compat.Natural
+                     Basement.Compat.NumLiteral
+                     Basement.Compat.Typeable
+  if impl(ghc >= 8.0)
+    exposed-modules: Basement.BlockN
+
+  other-modules:
+                     Basement.Error
+                     Basement.Show
+                     Basement.Runtime
+
+                     Basement.Alg.Native.Prim
+                     Basement.Alg.Native.UTF8
+                     Basement.Alg.Native.String
+                     Basement.Alg.Native.PrimArray
+
+                     Basement.Alg.Foreign.Prim
+                     Basement.Alg.Foreign.UTF8
+                     Basement.Alg.Foreign.String
+                     Basement.Alg.Foreign.PrimArray
+
+                     Basement.Numerical.Conversion
+
+                     Basement.Block.Base
+
+                     Basement.UTF8.Base
+                     Basement.UTF8.Helper
+                     Basement.UTF8.Table
+                     Basement.UTF8.Types
+
+                     Basement.UArray.Base
+
+                     Basement.String.Encoding.Encoding
+                     Basement.String.Encoding.UTF16
+                     Basement.String.Encoding.UTF32
+                     Basement.String.Encoding.ASCII7
+                     Basement.String.Encoding.ISO_8859_1
+
+
+  build-depends:       base >= 4.8 && < 5
+                     , ghc-prim
+  default-language:    Haskell2010
+  default-extensions: NoImplicitPrelude
+                      RebindableSyntax
+                      TypeFamilies
+                      BangPatterns
+                      DeriveDataTypeable
+  if (arch(i386) || arch(x86_64))
+    cpp-options: -DARCH_IS_LITTLE_ENDIAN
+  else
+    cpp-options: -DARCH_IS_UNKNOWN_ENDIAN
+  include-dirs:      cbits
+  c-sources:         cbits/foundation_mem.c
+                     cbits/foundation_rts.c
revision 2
 name:                basement
 version:             0.0.1
-x-revision: 1
+x-revision: 2
 synopsis:            Foundation scrap box of array & string
 description:         Foundation most basic primitives without any dependencies
 homepage:            https://github.com/haskell-foundation/foundation#readme
 copyright:           2015-2017 Vincent Hanquez <vincent@snarc.org>
                      2017      Foundation Maintainers
 maintainer:          vincent@snarc.org
-copyright:           Vincent Hanquez
 category:            Web
 build-type:          Simple
-homepage:            https://github.com/haskell-foundation/foundation
 bug-reports:         https://github.com/haskell-foundation/foundation/issues
 cabal-version:       >=1.10
 tested-with:         GHC==8.2.1, GHC==8.0.2, GHC==7.10.3
   location: https://github.com/haskell-foundation/foundation.git
 
 library
+  -- Semigroup=>Monoid: instance Monoid (CountOf ty) where+  build-depends: base <4.11+   hs-source-dirs:    .
   exposed-modules:   
                      Basement.Imports