packages feed

dicom 0.1.0.0 → 0.1.1.0

raw patch · 2 files changed

+6/−2 lines, 2 files

Files

dicom.cabal view
@@ -1,8 +1,9 @@ name:                dicom-version:             0.1.0.0+version:             0.1.1.0 synopsis:            A library for reading and writing DICOM files in the Explicit VR Little Endian transfer syntax. license:             GPL-3 license-file:        LICENSE+homepage:            http://github.com/dicomgrid/dicom-haskell-library/ author:              Phil Freeman maintainer:          paf31@cantab.net copyright:           (c) DICOM Grid Inc. 2015 
src/Data/DICOM/FileMetaInformation.hs view
@@ -15,7 +15,10 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} -module Data.DICOM.FileMetaInformation ( fileMetaInformation ) where+module Data.DICOM.FileMetaInformation ( +  FileMetaInformation(..), +  fileMetaInformation +  ) where  import Data.DICOM.Object import Data.DICOM.Dictionary