Cabal revisions of clr-typed-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: clr-typed-version: 0.1.0.0-synopsis: A strongly typed Haskell interface to the CLR type system-description: Please see README.md-homepage: https://gitlab.com/tim-m89/clr-haskell/tree/master/libs/clr-typed-bug-reports: https://gitlab.com/tim-m89/clr-haskell/issues-license: BSD3-license-file: LICENSE-author: Tim Matthews-maintainer: tim.matthews7@gmail.com-copyright: Copyright: (c) 2016-2017 Tim Matthews-category: Language, FFI, CLR, .NET-build-type: Simple-extra-source-files: test/Bindings.hs-cabal-version: >=1.10--source-repository head- type: git- location: https://gitlab.com/tim-m89/clr-haskell/tree/master--library- hs-source-dirs: src- exposed-modules: Clr- , Clr.Bridge- , Clr.Constructor- , Clr.Curry- , Clr.Inheritance- , Clr.ListTuple- , Clr.UnmarshalAs- , Clr.Method.Instance- , Clr.Method.Static- , Clr.Property- , Clr.Object- , Clr.Resolver- , Clr.Resolver.BetterConversion- , Clr.Resolver.ImplicitConversions- , Clr.Types- , Clr.TypeString- build-depends: base >= 4.7 && < 5, tuple, text, ghc-prim, clr-marshal- default-language: Haskell2010--test-suite clr-typed-test- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Spec.hs- other-modules: Bindings- build-depends: base- , clr-typed- ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall- default-language: Haskell2010--source-repository head- type: git- location: https://gitlab.com/tim-m89/clr-typed+name: clr-typed +version: 0.1.0.0 +x-revision: 1 +synopsis: A strongly typed Haskell interface to the CLR type system +description: Please see README.md +homepage: https://gitlab.com/tim-m89/clr-haskell/tree/master/libs/clr-typed +bug-reports: https://gitlab.com/tim-m89/clr-haskell/issues +license: BSD3 +license-file: LICENSE +author: Tim Matthews +maintainer: tim.matthews7@gmail.com +copyright: Copyright: (c) 2016-2017 Tim Matthews +category: Language, FFI, CLR, .NET +build-type: Simple +extra-source-files: test/Bindings.hs +cabal-version: >=1.10 + +source-repository head + type: git + location: https://gitlab.com/tim-m89/clr-haskell/tree/master + +library + hs-source-dirs: src + exposed-modules: Clr + , Clr.Bridge + , Clr.Constructor + , Clr.Curry + , Clr.Inheritance + , Clr.ListTuple + , Clr.UnmarshalAs + , Clr.Method.Instance + , Clr.Method.Static + , Clr.Property + , Clr.Object + , Clr.Resolver + , Clr.Resolver.BetterConversion + , Clr.Resolver.ImplicitConversions + , Clr.Types + , Clr.TypeString + build-depends: base >= 4.7 && < 5, tuple, text, ghc-prim, clr-marshal + default-language: Haskell2010 + +test-suite clr-typed-test + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Spec.hs + other-modules: Bindings + build-depends: base + , clr-typed + ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall + default-language: Haskell2010 +