<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
    <added>
      <filename>configure.ac</filename>
    </added>
    <added>
      <filename>gsl-random.buildinfo.in</filename>
    </added>
    <added>
      <filename>lib/GSL/Random/Dist.hs</filename>
    </added>
    <added>
      <filename>lib/GSL/Random/Gen.hs</filename>
    </added>
    <added>
      <filename>lib/GSL/Random/Gen/Internal.hs</filename>
    </added>
    <added>
      <filename>m4/ax_cblas.m4</filename>
    </added>
    <added>
      <filename>m4/ax_gsl.m4</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,3 @@
 #!/usr/bin/env runhaskell
 &gt; import Distribution.Simple
-&gt; import System.Cmd
-&gt;
-&gt; main = defaultMain
-&gt;
\ No newline at end of file
+&gt; main = defaultMainWithHooks autoconfUserHooks</diff>
      <filename>Setup.lhs</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 name:            gsl-random
-version:         0.1.1
+version:         0.2
 homepage:        http://stat.stanford.edu/~patperry/code/gsl-random
 synopsis:        Bindings the the GSL random number generation facilities.
 description:
@@ -12,40 +12,19 @@ license-file:    LICENSE
 copyright:       (c) 2008. Patrick Perry &lt;patperry@stanford.edu&gt;
 author:          Patrick Perry
 maintainer:      Patrick Perry &lt;patperry@stanford.edu&gt;
-cabal-version: &gt;= 1.2.0
+cabal-version:   &gt;= 1.2.0
 build-type:      Simple
-tested-with:     GHC ==6.8.3
-
-extra-source-files:     README
-
--- Below are the flags for specifying which CBLAS to link with.  If no flag
--- is specified, the default is to use the unoptimized CBLAS that comes with 
--- the GSL.  To use the &quot;custom&quot; flag, you must edit the section at the end of
--- the file with the name and location of the CBLAS library you want to use.
-
-flag atlas
-    description:    Link with ATLAS.
-    default:        False
-
-flag gsl
-    description:    Link with GSL unoptimized CBLAS.
-    default:        False
-
-flag mkl
-    description:    Link with Intel MKL.
-    default:        False
-
-flag veclib
-    description:    Link with Mac OS X vecLib.
-    default:        False
-    
-flag custom
-    description:    Link with a custom CBLAS.  
-    default:        False
-    -- You must edit this file below to use this option.  
+tested-with:     GHC == 6.10.1
 
+extra-source-files:     README configure.ac configure
+                        aclocal.m4 m4/ax_cblas.m4
+                        gsl-random.buildinfo.in
 
+extra-tmp-files:        config.log config.status autom4te.cache
+                        gsl-random.buildinfo
+                        
 library
+    hs-source-dirs:     lib
     exposed-modules:    GSL.Random.Gen
                         GSL.Random.Dist
     other-modules:      GSL.Random.Gen.Internal
@@ -53,30 +32,3 @@ library
     ghc-options:        -Wall
     extensions:         ForeignFunctionInterface
     build-depends:      base
-
-    if flag(atlas)
-        extra-libraries:    gsl cblas atlas m
-      
-    if flag(gsl)
-        extra-libraries:    gsl gslcblas m
-
-    if flag(mkl)
-      if arch(x86_64)
-        extra-libraries:    gsl mkl_lapack mkl_intel_lp64 mkl_sequential mkl_core m
-      else
-        extra-libraries:    gsl mkl_lapack mkl_intel mkl_sequential mkl_core m
-
-    if flag(veclib)
-        extra-libraries:    gsl cblas m
-
-    if flag(custom)
-        -- CUSTOM CBLAS LIBS GO HERE
-        extra-libraries:    
-        
-        -- PATH TO CUSTOM LIB DIR GOES HERE 
-        extra-lib-dirs:     
-    
-    -- fall back to gsl cblas if no flag is specified
-    if !flag(atlas) &amp;&amp; !flag(gsl) &amp;&amp; !flag(mkl) &amp;&amp; !flag(veclib) &amp;&amp; !flag(custom)
-        extra-libraries:    gsl gslcblas m
-    
\ No newline at end of file</diff>
      <filename>gsl-random.cabal</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>GSL/Random/Dist.hs</filename>
    </removed>
    <removed>
      <filename>GSL/Random/Gen.hs</filename>
    </removed>
    <removed>
      <filename>GSL/Random/Gen/Internal.hs</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>5877e0c636d82a0f565c02dad2892ad9aee12275</id>
    </parent>
  </parents>
  <author>
    <name>Patrick Perry</name>
    <email>patperry@stanford.edu</email>
  </author>
  <url>http://github.com/patperry/gsl-random/commit/bee9db7059ab4fbbd80078de0b8db47a0d4f11b1</url>
  <id>bee9db7059ab4fbbd80078de0b8db47a0d4f11b1</id>
  <committed-date>2008-12-29T15:29:11-08:00</committed-date>
  <authored-date>2008-12-29T15:29:11-08:00</authored-date>
  <message>Switch to autoconf for build system</message>
  <tree>ffa534e4847bc14af2376f1a774cdcbf66e03c01</tree>
  <committer>
    <name>Patrick Perry</name>
    <email>patperry@stanford.edu</email>
  </committer>
</commit>
