packages feed

Cabal revisions of ivory-serialize-0.1.0.3

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

revision 1
-name:                ivory-serialize-version:             0.1.0.3-synopsis:            Serialization library for Ivory.-description:         Used to automatically pack and unpack Ivory structures in big or little endian.-author:              Galois, Inc.-maintainer:          leepike@galois.com-category:            Language-build-type:          Simple-cabal-version:       >= 1.10-license:             BSD3-license-file:        LICENSE-data-files: support/ivory_serialize_prim.h-source-repository    this-  type:     git-  location: https://github.com/GaloisInc/ivory-  tag:      hackage-0103----library-  exposed-modules:      Ivory.Serialize,-                        Ivory.Serialize.LittleEndian-  other-modules:        Ivory.Serialize.Atoms,-                        Ivory.Serialize.PackRep,-                        Ivory.Serialize.Safe.LittleEndian,-                        Ivory.Serialize.Safe.BigEndian,-                        Ivory.Serialize.Struct,-                        Paths_ivory_serialize--  build-depends:        base >= 4.6 && < 5,-                        base-compat,-                        filepath,-                        monadLib,-                        ivory,-                        ivory-artifact--  hs-source-dirs:       src-  default-language:     Haskell2010-  ghc-options:          -Wall+name:                ivory-serialize
+version:             0.1.0.3
+x-revision: 1
+synopsis:            Serialization library for Ivory.
+description:         Used to automatically pack and unpack Ivory structures in big or little endian.
+author:              Galois, Inc.
+maintainer:          leepike@galois.com
+category:            Language
+build-type:          Simple
+cabal-version:       >= 1.10
+license:             BSD3
+license-file:        LICENSE
+data-files: support/ivory_serialize_prim.h
+source-repository    this
+  type:     git
+  location: https://github.com/GaloisInc/ivory
+  tag:      hackage-0103
+
+
+
+library
+  exposed-modules:      Ivory.Serialize,
+                        Ivory.Serialize.LittleEndian
+  other-modules:        Ivory.Serialize.Atoms,
+                        Ivory.Serialize.PackRep,
+                        Ivory.Serialize.Safe.LittleEndian,
+                        Ivory.Serialize.Safe.BigEndian,
+                        Ivory.Serialize.Struct,
+                        Paths_ivory_serialize
+
+  build-depends:        base >= 4.6 && < 5,
+                        base-compat < 0.10,
+                        filepath < 1.5,
+                        monadLib < 3.8,
+                        ivory >= 0.1.0.3,
+                        ivory-artifact >= 0.1.0.3
+
+  hs-source-dirs:       src
+  default-language:     Haskell2010
+  ghc-options:          -Wall